diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_File_Input.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_File_Input.cxx b/src/Fl_File_Input.cxx index 9472770c4..b8ec08548 100644 --- a/src/Fl_File_Input.cxx +++ b/src/Fl_File_Input.cxx @@ -238,6 +238,7 @@ Fl_File_Input::handle_button(int event) // I - Event if (event == FL_RELEASE) pressed_ = -1; else pressed_ = (short)i; + window()->make_current(); draw_buttons(); // Return immediately if the user is clicking on the last button or |
