Ignore:
Timestamp:
Apr 4, 2012 1:21:50 PM (12 years ago)
Author:
gah
Message:

experimental drawing entry enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/controlOwner.tcl

    r2753 r2938  
    5959    # in coordination with loaders inside the load function
    6060    array set _type2curpath {
     61        drawing components
    6162        choice current
    6263        boolean current
     
    268269
    269270        set type [[tool] xml element -as type $path]
     271 puts stderr type=$type
    270272        if {[info exists _type2curpath($type)]} {
    271273            set currentpath $path.$_type2curpath($type)
Note: See TracChangeset for help on using the changeset viewer.