Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 939660 - remove workaround for bug 937529 in gaia after it is fixed #1

Merged
merged 1 commit into from
Feb 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions disabled_apps/gallery/js/ImageEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1315,10 +1315,7 @@ ImageEditor.prototype.showCropOverlay = function showCropOverlay(newRegion) {
// Crop handle styles
context.translate(25, 15);
context.lineCap = 'round';
// XXX
// Please turn on the followig line when Bug 937529 is fixed. This is an
// workaround to have active handles drawn.
// context.lineJoin = 'round';
context.lineJoin = 'round';
context.strokeStyle = 'rgba(255,255,255,1)';

// Start off with a crop region that is the one passed in, if it is not null.
Expand Down