Commit b17b1dbe37ded98b8a31b4752f9d734b941873ea
1 parent
15cad2e5
against Bug26043 branch manual merge
Showing
1 changed file
with
4 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -4533,7 +4533,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
4533 | 4533 | |
4534 | 4534 | function mouseUpListener(e) { |
4535 | 4535 | e.preventDefault(); |
4536 | - $scope.DisableUI(); | |
4536 | + | |
4537 | 4537 | |
4538 | 4538 | //to prevent screen scroll on ipad while drawing TB |
4539 | 4539 | e.preventDefault(); |
... | ... | @@ -4575,6 +4575,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
4575 | 4575 | |
4576 | 4576 | } |
4577 | 4577 | else { |
4578 | + | |
4579 | + $scope.DisableUI(); | |
4580 | + | |
4578 | 4581 | $scope.layerNumberBeforeTBDraw = parseInt($('#txtlayerNumber').val()); |
4579 | 4582 | |
4580 | 4583 | //draw temp box to store the canvas data with original transparecy | ... | ... |