Commit ee23f4b8642b5d54b428360e75c8a2d54aaa32e1

Authored by Mukul Rajput
1 parent a778af24

this is for bug Paint brush colour remain black when colour is change in Edit Shape Style

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -242,10 +242,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
242 242 // document.getElementById('modeleditstyle').style.display = "block";
243 243  
244 244 }
245   - if ($rootScope.MenuModuleName == "CA")
246   - {
247   - $("#annotationpaintbrushsize").attr("href", "#");
248   - }
  245 + //if ($rootScope.MenuModuleName == "CA")
  246 + //{
  247 + // $("#annotationpaintbrushsize").attr("href", "#");
  248 + //}
249 249 $("#OnIdentify").addClass("annotationtoolbartab");
250 250 $("#annotationToolBarOptions").addClass("active");
251 251 $("#annotationButton").addClass("active");
... ...