diff options
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index bc94a8897..5edbc37cc 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -577,7 +577,7 @@ int Fl_Input::handle(int event) { // For output widgets, do the callback so the app knows the user // did something with the mouse... - if (readonly()) do_callback(); + if (readonly()) do_callback(FL_REASON_RELEASED); return 1; |
