Skip to content

Commit

Permalink
fix invert
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE authored Oct 14, 2024
1 parent 9125cec commit d63981c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/tmtv/src/utils/hpViewports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const ptAXIAL = {
target: false,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -175,6 +176,7 @@ const ptSAGITTAL = {
target: false,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -222,6 +224,7 @@ const ptCORONAL = {
target: false,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -278,6 +281,7 @@ const fusionAXIAL = {
target: true,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -344,6 +348,7 @@ const fusionSAGITTAL = {
target: true,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -410,6 +415,7 @@ const fusionCORONAL = {
target: true,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down Expand Up @@ -461,6 +467,7 @@ const mipSAGITTAL = {
target: false,
options: {
syncColormap: false,
syncInvertState: false,
},
},
],
Expand Down

0 comments on commit d63981c

Please sign in to comment.