diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-07 11:31:12 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-04-07 11:31:12 +0200 |
| commit | 21428bad104d027d3bee58a6e3753732954897ba (patch) | |
| tree | 55124be53a4da48119b27796007095f30e0d87dc /src/Fl_Message.cxx | |
| parent | dacf2438894690aa851920499730a0bd103aec70 (diff) | |
Undo most of f6a93eb that was a bad move.
Diffstat (limited to 'src/Fl_Message.cxx')
| -rw-r--r-- | src/Fl_Message.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Message.cxx b/src/Fl_Message.cxx index 09dd5692a..06c2e76f6 100644 --- a/src/Fl_Message.cxx +++ b/src/Fl_Message.cxx @@ -555,7 +555,7 @@ int Fl_Message_Box::handle(int e) { switch (e) { case FL_KEYBOARD: case FL_SHORTCUT: - if (Fl::event_key() == 'c' && (int)mods == FL_COMMAND) { + if (Fl::event_key() == 'c' && mods == FL_COMMAND) { Fl::copy(label(), int(strlen(label())), 1); return 1; } |
