diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-26 12:00:00 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-26 12:00:09 +0100 |
| commit | 102437f1eedce8589d947bf8791d6d5f413d445b (patch) | |
| tree | a09f50417be5cc3f30e1aac729b7269c0429ce3f /src/Fl_Input.cxx | |
| parent | 39a3212fc3160f268342068c2beb45b2dbc4107b (diff) | |
Restores mouse pointer before popping up cut/copy/paste menu
on Fl_Input and Fl_Text_Display
Also adds – to Help View
Diffstat (limited to 'src/Fl_Input.cxx')
| -rw-r--r-- | src/Fl_Input.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx index df63674d8..44aabd7dc 100644 --- a/src/Fl_Input.cxx +++ b/src/Fl_Input.cxx @@ -532,6 +532,7 @@ int Fl_Input::handle_rmb() { rmb_menu[2].activate(); // paste } // pop up the menu + fl_cursor(FL_CURSOR_DEFAULT); const Fl_Menu_Item *mi = rmb_menu->popup(Fl::event_x(), Fl::event_y()); if (mi) switch (mi->argument()) { case 1: |
