don't load Tix

This commit is contained in:
Joachim Schöberl 2016-11-17 23:46:44 +01:00
parent 615575f5cf
commit dd72bf984a

View File

@ -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"