From 444af88c5d794b7ea2b510af5d05617816b80c34 Mon Sep 17 00:00:00 2001 From: deepsrijit1105 Date: Fri, 3 Feb 2017 18:22:41 +0000 Subject: [PATCH] Bug 939660 fix --- disabled_apps/gallery/js/ImageEditor.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/disabled_apps/gallery/js/ImageEditor.js b/disabled_apps/gallery/js/ImageEditor.js index 3d5dc38979bf..fb8d984d71e4 100644 --- a/disabled_apps/gallery/js/ImageEditor.js +++ b/disabled_apps/gallery/js/ImageEditor.js @@ -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.