1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Draw_Window - workaround broken Tk.framework installations in OS X SDKs

This commit is contained in:
kgv
2013-11-02 19:09:03 +04:00
committed by abv
parent 9293178ba0
commit 262bf46d18
2 changed files with 29 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ if { [file isdirectory $dir] } {
if { ${stationname} == "windows" } {
wm iconbitmap . -default [file join $dir lamp.ico]
}
wm title . Draw
}
} else {
puts "Warning: could not find DRAW directory"