Commit b41e41faa0a59a7c03f65f21347c78b0aab301a1
Merge branch 'Bug26043' of http://52.6.196.163/ADAM/AIAHTML5 into QA-IPAD-MAC
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 | ... | ... |