Commit 2d18890cd1084874f2ab99561baa7597c78ddf07
1 parent
f4b355e2
this is for bug 1923
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 | 201 | $rootScope.isAnnotationWindowClose = true; |
202 | 202 | $("#canvasPaint").css("display", "none"); |
203 | 203 | $("#canvas").css("display", "none"); |
204 | + $('.btnCursor').removeClass('activebtncolor'); | |
205 | + $(".btn-annotation").removeClass("activebtncolor"); | |
204 | 206 | } |
205 | 207 | |
206 | 208 | $rootScope.OnIdentifyClick = function () { | ... | ... |