Commit 9de5833e5bf39831db08dae95bccf088de11e74d
1 parent
50cc6107
refs: #6856. lateral arm black issue fixed
Showing
1 changed file
with
2 additions
and
7 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -1923,7 +1923,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1923 | 1923 | grayCanvasContext.putImageData(updatedData, 0, 0); |
1924 | 1924 | |
1925 | 1925 | |
1926 | - //NIKI- to resolve lateral arm black issue in highlight mode | |
1926 | + //to resolve lateral arm black issue in highlight mode | |
1927 | 1927 | |
1928 | 1928 | if ($rootScope.viewOrientationId == 5 && (bodyRegionId == 6 || bodyRegionId == 4)) { |
1929 | 1929 | |
... | ... | @@ -1944,12 +1944,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
1944 | 1944 | grayCanvasContext.putImageData(imgData, 0, 0); |
1945 | 1945 | } |
1946 | 1946 | |
1947 | - | |
1948 | - //NIKI | |
1949 | - | |
1950 | - | |
1951 | - // } | |
1952 | - | |
1947 | + | |
1953 | 1948 | if ($rootScope.multiAnnotationIsON == true) { |
1954 | 1949 | //debugger; |
1955 | 1950 | if (canvasId.match('_MR')) | ... | ... |