summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-22 10:38:08 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-08-02 21:26:28 +0000
commitf618042e75b267e7fb405c649f735bc18f64ef37 (patch)
tree9035477ae9c52ef4b2f2937291b649309da5367d /src/ui/widget/spinbutton.h
parentaddpopover to textmenu (diff)
downloadinkscape-f618042e75b267e7fb405c649f735bc18f64ef37.tar.gz
inkscape-f618042e75b267e7fb405c649f735bc18f64ef37.zip
moving hamburger to only line height part
Diffstat (limited to 'src/ui/widget/spinbutton.h')
-rw-r--r--src/ui/widget/spinbutton.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h
index 710b511b1..3e7e829f5 100644
--- a/src/ui/widget/spinbutton.h
+++ b/src/ui/widget/spinbutton.h
@@ -93,10 +93,14 @@ protected:
*/
bool on_my_key_press_event(GdkEventKey* event);
+
+ void on_value_changed();
/**
* Undo the editing, by resetting the value upon when the spinbutton got focus.
*/
void undo();
+
+ int prevdigits;
};
} // namespace Widget