Commit 96b778c378e02748151a1b75db45e4428fe266fc
Bug#15832 for merge request id 403
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -932,6 +932,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
932 | 932 | var canDivChildCount = canDiv.childElementCount; |
933 | 933 | if (canDivChildCount > 0) { |
934 | 934 | canDiv.innerHTML = ''; |
935 | + | |
936 | + //remove transparency scale | |
937 | + $('#transparencyScale').css('visibility', 'hidden'); | |
935 | 938 | } |
936 | 939 | |
937 | 940 | if ($scope.ColoredImageSRC != null && $scope.ColoredImageSRC.length > 0) { | ... | ... |