Skip to content

Commit

Permalink
Merge pull request #1 from deepsrijit1105/deepsrijit1105-patch-1
Browse files Browse the repository at this point in the history
Bug 939660 - remove workaround for bug 937529 in gaia after it is fixed
  • Loading branch information
deepsrijit1105 committed Feb 3, 2017
2 parents 975a35c + 444af88 commit 611943d
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit 611943d

Please sign in to comment.