summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Fl_Input_.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx
index b65223df1..199a594e7 100644
--- a/src/Fl_Input_.cxx
+++ b/src/Fl_Input_.cxx
@@ -809,8 +809,7 @@ int Fl_Input_::handletext(int event, int X, int Y, int W, int H) {
minimal_update(mark_, position_);
case FL_HIDE:
fl_reset_spot();
- if (!readonly() &&
- (when() & (FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED)))
+ if (!readonly() && (when() & FL_WHEN_RELEASE))
maybe_do_callback();
return 1;