]> Creatis software - clitk.git/commit
Changment of cursor color value to keep the same color than before VTK8
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 7 Mar 2019 15:48:24 +0000 (16:48 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Thu, 7 Mar 2019 15:48:24 +0000 (16:48 +0100)
commit7d4e77191e55f668f316ba3ddf0fddb63e59bd25
tree212131c687456b53a8fb90a813875a775d7dc340
parent69dacfe0651ee24bef0f9e6b41171b9eec96fd2e
Changment of cursor color value to keep the same color than before VTK8

With VTK update, the color of the cursor was white
I found that, passing value from int (base 256) to double (base 1.0) change the behavior
So I adapted the color to keep the red for the activated image, the green, unactivated slice and light blue for unactivated linked image
vv/vvSlicer.cxx
vv/vvSlicer.h
vv/vvSlicerManager.cxx