]> Creatis software - clitk.git/commitdiff
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)
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


No differences found