0027617: Visualization, TKOpenGl - apply highlighting color without disabling lighting
[occt.git] / tests / bugs / vis / bug26217
index 5fb9e00..047f706 100644 (file)
@@ -26,7 +26,7 @@ vselect 0 0
 
 vselect 40 120 185 320 -allowoverlap 1
 set aColor [vreadpixel 120 200 rgb name]
-if {$aColor != "GRAY80"} {
+if {$aColor != "GRAY66"} {
   puts "ERROR: the circle is not selected with overlap mode activated"
 }