diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-04-22 18:11:51 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-04-22 18:11:51 +0000 |
| commit | 6a143b1f61533c03ef20a8f2b82d2c90180055bc (patch) | |
| tree | bae9eeabf06ddfb84d0f01f341d32743a8ab4e31 /src/Fl_Input_.cxx | |
| parent | 232ef4e1599b22e6d1426147ea594193d64f01a1 (diff) | |
Applying 1.1.9 changes to the 1.3 branch.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input_.cxx')
| -rw-r--r-- | src/Fl_Input_.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index e4ae2e9a6..4d96a3150 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -715,8 +715,7 @@ int Fl_Input_::handletext(int event, int X, int Y, int W, int H) { } else //if (Fl::selection_owner() != this) minimal_update(mark_, position_); case FL_HIDE: - if (!readonly() && - (when() & (FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED))) + if (!readonly() && (when() & FL_WHEN_RELEASE)) maybe_do_callback(); return 1; |
