Commit 290c782a7e05ee0a7755ab7508704377fa95cfd1

Authored by unknown
1 parent 2da8c53a

Commit Changes

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -264,7 +264,6 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
264 264 //annotation tool custom events
265 265 $rootScope.ShowAnnotationWindow = function () {
266 266 //7904
267   - $rootScope.isAnnotaionToolBarDrawingModeActive = false;
268 267 if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI") {
269 268 if ($rootScope.disableAnnotationtoolOnListManager == true) {
270 269 $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled');
... ... @@ -339,7 +338,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
339 338 // $("#canvas").css("display", "none");
340 339 $('.btnCursor').removeClass('activebtncolor');
341 340 $(".btn-annotation").removeClass("activebtncolor");
342   - $rootScope.isAnnotaionToolBarDrawingModeActive = false;
  341 + $rootScope.isAnnotaionToolBarDrawingModeActive = true;
343 342 $rootScope.switchCanvas();
344 343 }
345 344 $rootScope.CIAnotationIdentifyModeOff = false;
... ... @@ -571,7 +570,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
571 570 $rootScope.switchCanvas();
572 571 $rootScope.isEraseToolSelected = true;
573 572 //$rootScope.switchCanvasToPaintCanvas();
574   - $('.btnCursor').removeClass('activebtncolor');
  573 + $('.btnCursor').removeClass('activebtncolor');
575 574 $(".btn-annotation").removeClass("activebtncolor");
576 575 $(".btn-annotation-erase").addClass("activebtncolor");
577 576 }
... ...