summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-10-31 20:47:50 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-10-31 20:47:50 +0000
commit1e26ada2c5be6bf9ca45884bebc0228319c3c226 (patch)
treef459329e0cf9ff0dc310ab9166214ccb23c1fae2 /CHANGES
parent48f107775d2a1363522aa96e92d07c876a6f759a (diff)
Fixed tab key navigation to inactive widgets (STR #2420), fixed a few pedantic warnings
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e341d309..7dab64fdc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.3.0
+ - Fixed tab key navigation to inactive widgets (STR #2420)
- Fixed outside label redraw damage areas (STR #2436)
- Added callback when double-clicking file in a file chooser
(STR #2346)