mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
- remove check for selection activation in SelectMgr_SelectionManager::RecomputeSelection; - given selection mode is now handled properly and single selection mode can be recomputed; - test case for issue #27523. Small correction of test case for issue CR27523
16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
puts "============"
|
|
puts "OCC27523"
|
|
puts "============"
|
|
puts ""
|
|
####################################################################################
|
|
# Visualization - selection owner contains obsolete shape
|
|
####################################################################################
|
|
|
|
|
|
pload QAcommands VISUALIZATION
|
|
|
|
vinit
|
|
OCC27523
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${casename}.png
|