diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-12 11:23:59 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-13 00:24:32 +0000 |
| commit | 11e928db007f9bfb0beddd01faaab8b9ee301b00 (patch) | |
| tree | 85ba483fe2780859a3833b325ce26ece53e0e441 /src/ui/widget/spinbutton.h | |
| parent | Better word last commit (diff) | |
| download | inkscape-11e928db007f9bfb0beddd01faaab8b9ee301b00.tar.gz inkscape-11e928db007f9bfb0beddd01faaab8b9ee301b00.zip | |
Fixes hover scrool bug
Diffstat (limited to 'src/ui/widget/spinbutton.h')
| -rw-r--r-- | src/ui/widget/spinbutton.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h index c41aabf84..2833c413f 100644 --- a/src/ui/widget/spinbutton.h +++ b/src/ui/widget/spinbutton.h @@ -80,6 +80,13 @@ protected: bool on_my_focus_in_event(GdkEventFocus* event); /** + * When scroll is done. + * @retval false continue with default handler. + * @retval true don't call default handler. + */ + bool on_my_scroll_event(GdkEventScroll* event); + + /** * Handle specific keypress events, like Ctrl+Z. * * @retval false continue with default handler. |
