diff options
| author | Matthias Melcher <git@matthiasm.com> | 2018-12-27 13:05:35 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2018-12-27 13:05:35 +0100 |
| commit | 75eefbcd42e7117de110f1d77e892912a24fc0a4 (patch) | |
| tree | 65063dcd8a49a0c61fa1995acc3f91f9aaf902af /src/Fl_Input_.cxx | |
| parent | 5c7118f8d9a4a89742c33d411e5f207b9108b32e (diff) | |
Fixing some minor lint, found by Pavel Shlyak using PVS studio
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 1ffc3c402..ef6900d6e 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1010,6 +1010,7 @@ int Fl_Input_::handletext(int event, int X, int Y, int W, int H) { if (!(damage()&FL_DAMAGE_EXPOSE)) {minimal_update(position_); erase_cursor_only = 1;} } else //if (Fl::selection_owner() != this) minimal_update(mark_, position_); + // FALLTHROUGH case FL_HIDE: fl_reset_spot(); if (!readonly() && (when() & FL_WHEN_RELEASE)) |
