Ignore:
Timestamp:
Aug 17, 2005 3:57:10 PM (19 years ago)
Author:
mmc
Message:

Fixed copy/paste with desktop to work properly. It was
relying on the clipboard when the selection and the
cutbuffer were not available. But that causes strange
behavior with the applet panel. Now that the clipboard
stuff is removed, it works better.

Also, changed the wrapping on text entries to "char"
instead of "word", which should be more intuitive for
users entering long lines.

File:
1 edited

Legend:

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

    r43 r45  
    288288            itk_component add text {
    289289                text $itk_component(scrollbars).text \
    290                     -width 1 -height 1 -wrap word
     290                    -width 1 -height 1 -wrap char
    291291            } {
    292292                usual
Note: See TracChangeset for help on using the changeset viewer.