Commit 7089be9c5e0e959fdd2d6cc305035baf7c969dfb

Authored by Nikita Kulshreshtha
2 parents af20601c febe4c27

Merge branch 'brushnotworkclose' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -300,6 +300,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
300 300 $('.btnCursor').removeClass('activebtncolor');
301 301 $(".btn-annotation").removeClass("activebtncolor");
302 302 $rootScope.isAnnotaionToolBarDrawingModeActive = true;
  303 + $rootScope.switchCanvas();
303 304 }
304 305 $rootScope.CIAnotationIdentifyModeOff = false;
305 306 $rootScope.OnIdentifyClick = function () {
... ...