mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0020750: DrawAppliInit file from the current directory is used during Draw starting.
This commit is contained in:
parent
d6320495e7
commit
a82a622b64
@ -35,7 +35,8 @@ if { [file exist $dir] } {
|
||||
wm iconbitmap . -default [file join $dir lamp.ico]
|
||||
}
|
||||
}
|
||||
if [file readable DrawAppliInit] {
|
||||
source DrawAppliInit
|
||||
|
||||
if { [ file readable [ file join $dir DrawAppliInit ] ] } {
|
||||
source [file join $dir DrawAppliInit ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user