summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-12 11:23:59 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-13 00:24:32 +0000
commit11e928db007f9bfb0beddd01faaab8b9ee301b00 (patch)
tree85ba483fe2780859a3833b325ce26ece53e0e441 /src/ui/widget/spinbutton.h
parentBetter word last commit (diff)
downloadinkscape-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.h7
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.