Commit 5ffc065ed14f3169e0d1309f0eeee1a210a0708f

Authored by Nikita Kulshreshtha
2 parents fce54e59 290c782a

Merge branch 'AnnotationIssueInDrawingMode' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -566,7 +566,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
566 566 $('#canvas').css("z-index", y);
567 567 }
568 568 $rootScope.EraseDrawing = function () {
569   - $rootScope.isAnnotaionToolBarDrawingModeActive = false;
  569 + $rootScope.isAnnotaionToolBarDrawingModeActive = true;
570 570 $rootScope.switchCanvas();
571 571 $rootScope.isEraseToolSelected = true;
572 572 //$rootScope.switchCanvasToPaintCanvas();
... ...