Ignore:
Timestamp:
Apr 25, 2013, 7:04:34 PM (12 years ago)
Author:
mmc
Message:

Fixed the drawing widget to handle notifications from outside widgets, so
that canvas items react to value changes. Also added tooltips for drawing
items.

Nudged the next/back buttons for the pager in a bit, so they're a little
easier to press in the iPad app.

Fixed the Ruby template for the builder to include the overwrite/append flag.

File:
1 edited

Legend:

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

    r3513 r3636  
    492492# ----------------------------------------------------------------------
    493493itcl::body Rappture::TextEntry::_edit {option args} {
    494 puts "_edit $option $args"
    495494    if {$itk_option(-state) == "disabled"} {
    496495        return  ;# disabled? then bail out here!
Note: See TracChangeset for help on using the changeset viewer.