Commit 8e43c5715c6b0aef2f38555d9b852a11cd566dff
Merge branch 'highlighticonannotation' into Develop
Showing
1 changed file
with
2 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -201,6 +201,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", | @@ -201,6 +201,8 @@ AIA.controller("HomeController", ["$rootScope", "Modules", "$log", "$location", | ||
201 | $rootScope.isAnnotationWindowClose = true; | 201 | $rootScope.isAnnotationWindowClose = true; |
202 | $("#canvasPaint").css("display", "none"); | 202 | $("#canvasPaint").css("display", "none"); |
203 | $("#canvas").css("display", "none"); | 203 | $("#canvas").css("display", "none"); |
204 | + $('.btnCursor').removeClass('activebtncolor'); | ||
205 | + $(".btn-annotation").removeClass("activebtncolor"); | ||
204 | } | 206 | } |
205 | 207 | ||
206 | $rootScope.OnIdentifyClick = function () { | 208 | $rootScope.OnIdentifyClick = function () { |