mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0022016: Incorrect selection color after displaying a selected object
Small correction
This commit is contained in:
27
tests/bugs/vis/bug22016
Normal file
27
tests/bugs/vis/bug22016
Normal file
@@ -0,0 +1,27 @@
|
||||
puts "========"
|
||||
puts "OCC22016"
|
||||
puts "========"
|
||||
puts ""
|
||||
#########################################################################################
|
||||
# Incorrect selection color after displaying a selected object
|
||||
#########################################################################################
|
||||
|
||||
pload MODELING VISUALIZATION
|
||||
box b1 0 0 0 1 2 3
|
||||
box b2 3 0 0 2 3 1
|
||||
vinit View1
|
||||
vclear
|
||||
vaxo
|
||||
vdisplay -noupdate b1 b2
|
||||
vaspects b1 b2 -setWidth 4
|
||||
vfit
|
||||
vselect 0 0 500 500
|
||||
vdisplay b2
|
||||
set aColor1 [vreadpixel 104 32 rgb name]
|
||||
set aColor2 [vreadpixel 255 350 rgb name]
|
||||
|
||||
if {$aColor1 != "GRAY80" || $aColor2 != "GRAY80" } {
|
||||
puts "ERROR: OCC22016 is reproduced. Incorrect selection color after displaying a selected object."
|
||||
}
|
||||
|
||||
vdump ${imagedir}/${casename}.png
|
Reference in New Issue
Block a user