summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-17 17:00:22 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-17 17:00:22 +0000
commite5db11fd430d31a23d9fb5315910dc64b2e974d0 (patch)
tree3eb3de36e7fd91c251bda833badd2947660a062b /CHANGES
parent45658d7c0fa768c50f5d7fa179013833f5503a76 (diff)
Make paste logic smarter for int and float fields.
Replace existing text when pasting into an int or float input field. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f8833d23..a9f093c81 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,8 @@ CHANGES IN FLTK 1.1.0b6
notifications of various types.
- Fl_Float_Input and Fl_Int_Input no longer accept
pasted text that is not a floating point or integer
- value.
+ value. Pasted numbers now replace text in these
+ widgets.
- Implemented the Fl_File_Icon::load_png() method.
- The Fl_File_Icon::load_system_icons() method now
supports KDE 2.x icons.