0023150: Command sewing produce incorrect results on test grid csw.
[occt.git] / src / DrawResources / DrawDefault
index 145fbf2..3f0b7c1 100755 (executable)
@@ -36,7 +36,7 @@ if { [info exists env(DRAWHOME) ] } {
 
 # load standard DRAW scripts
 if { [file isdirectory $dir] } { 
-  foreach script {StandardCommands.tcl Geometry.tcl StandardViews.tcl TestCommands.tcl} {
+  foreach script {StandardCommands.tcl Geometry.tcl StandardViews.tcl TestCommands.tcl CheckCommands.tcl} {
     if [file exist [file join $dir $script]] {
       source [file join $dir $script]
     } else {