Ignore:
Timestamp:
Apr 28, 2015, 4:12:00 PM (9 years ago)
Author:
ldelgass
Message:

merge r5333:5337 from trunk

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/drawing.tcl

    r4786 r5338  
    4848# ----------------------------------------------------------------------
    4949itcl::body Rappture::Drawing::constructor {xmlobj path} {
    50     package require vtk
    5150    if {![Rappture::library isvalid $xmlobj]} {
    5251        error "bad value \"$xmlobj\": should be Rappture::library"
     
    123122        }
    124123    }
    125     foreach {key} { axisorder } {
    126         set str [$_drawing get $key]
    127         if {"" != $str} {
    128             set _hints($key) $str
    129         }
    130     }
    131124    foreach {key path} {
    132125        toolid          tool.id
Note: See TracChangeset for help on using the changeset viewer.