Commit 5ffc065ed14f3169e0d1309f0eeee1a210a0708f
Merge branch 'AnnotationIssueInDrawingMode' into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
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(); | ... | ... |