Changeset 6307 for branches/1.7/gui/scripts/gauge.tcl
- Timestamp:
- May 4, 2016 2:38:02 AM (6 years ago)
- Location:
- branches/1.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7
- Property svn:mergeinfo changed
/branches/1.6 merged: 6291
- Property svn:mergeinfo changed
-
branches/1.7/gui/scripts/gauge.tcl
r5710 r6307 636 636 $itk_component(spindn) configure -state $itk_option(-state) 637 637 $itk_component(presets) configure -state $itk_option(-state) 638 if { [info exists itk_component(uq)] } { 639 $itk_component(uq) configure -state $itk_option(-state) 640 } 638 641 _redraw ;# fix gauge 639 642 } … … 756 759 757 760 $popup configure \ 758 -deactivatecommand [itcl::code $this _pop_uq_deactivate]761 -deactivatecommand [itcl::code $this _pop_uq_deactivate] 759 762 } 760 763 update
Note: See TracChangeset
for help on using the changeset viewer.