diff options
author | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-05-16 19:13:04 +0000 |
commit | 399b0fa3b970ec1ff6969902639d5058c3e732a9 (patch) | |
tree | 957710aeab8c02c98b90f0b73583bda74f9826de /dw/fltkcomplexbutton.cc | |
parent | 0f8cb48af3903c6a355c5404f5b5d01942eabd2b (diff) |
rm spaces
Diffstat (limited to 'dw/fltkcomplexbutton.cc')
-rw-r--r-- | dw/fltkcomplexbutton.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/fltkcomplexbutton.cc b/dw/fltkcomplexbutton.cc index 211a37e8..39257bde 100644 --- a/dw/fltkcomplexbutton.cc +++ b/dw/fltkcomplexbutton.cc @@ -126,7 +126,7 @@ int ComplexButton::handle(int event) { return 1; case FL_SHORTCUT: if (!(shortcut() ? - Fl::test_shortcut(shortcut()) : test_shortcut())) return 0; + Fl::test_shortcut(shortcut()) : test_shortcut())) return 0; if (Fl::visible_focus() && handle(FL_FOCUS)) Fl::focus(this); goto triggered_by_keyboard; case FL_FOCUS : /* FALLTHROUGH */ |