mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
don't load Tix
This commit is contained in:
parent
615575f5cf
commit
dd72bf984a
@ -2,10 +2,10 @@ lappend auto_path $env(NETGENDIR)
|
||||
|
||||
set batchmode [Ng_GetCommandLineParameter batchmode]
|
||||
if {$batchmode=="undefined"} {
|
||||
if {[catch {package require Tix } result ]} {
|
||||
puts "cannot load package Tix"
|
||||
puts "error : $result"
|
||||
}
|
||||
# if {[catch {package require Tix } result ]} {
|
||||
# puts "cannot load package Tix"
|
||||
# puts "error : $result"
|
||||
# }
|
||||
if {[catch {package require tkdnd } result ]} {
|
||||
# puts "cannot load package tkdnd"
|
||||
# puts "error : $result"
|
||||
|
Loading…
Reference in New Issue
Block a user