Ignore:
Timestamp:
May 26, 2010, 7:21:24 PM (14 years ago)
Author:
mmc
Message:

Added preview of outputs to the irappture builder. Fixed a problem
with the file chooser for the "save as" dialog. Added a distinction
between errors and warnings when looking for problems in the tool
definition.

Fixed a few problems in RapptureGUI affecting the scroller and the
way it refreshes itself when the frame within it suddenly shrinks.
Fixed the histogram to avoid errors when the histogram data is
empty. Fixed the analyzer so you can create it without setting
the -notebookpage option. All of these errors showed up in the
irappture builder.

File:
1 edited

Legend:

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

    r1728 r1742  
    307307            set h [winfo reqheight $_frame.f]
    308308            $_frame configure -scrollregion [list 0 0 $w $h]
     309            _fixframe outer
    309310            _lock reset x
    310311            _lock reset y
Note: See TracChangeset for help on using the changeset viewer.