From 8756bd9684414672a97f9e525900200e122f9f4d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Feb 2017 12:23:57 +0530 Subject: [PATCH] #13668 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 0f5de1d..5e779fe 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -379,7 +379,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $("#DrawMode").addClass("annotationtoolbartab"); $('.btnCursor').addClass('activebtncolor'); $rootScope.switchCanvas(); - + $("#annotationpaintbrushsize").removeClass("activebtncolor"); + $("#annotationpainteraser").removeClass("activebtncolor"); + $rootScope.isEraseToolSelected = false; // $("#canvasPaint").css("display", "block"); // $("#canvas").css("display", "block"); @@ -577,6 +579,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $('.btnCursor').removeClass('activebtncolor'); $(".btn-annotation").removeClass("activebtncolor"); $(".btn-annotation-erase").addClass("activebtncolor"); + } $rootScope.isShapeSyleOkBtnClicked = false; -- libgit2 0.21.4