summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spinbutton.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-07-22 00:59:51 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-08-02 21:26:28 +0000
commit88fea892272f0ac5508bf6c868c7f292ebcf1460 (patch)
tree18dbbd8d7074dbb607218101914ab162306fdc41 /src/ui/widget/spinbutton.h
parentfix a toggle of unit selection (diff)
downloadinkscape-88fea892272f0ac5508bf6c868c7f292ebcf1460.tar.gz
inkscape-88fea892272f0ac5508bf6c868c7f292ebcf1460.zip
Add lineheight proposal
Diffstat (limited to 'src/ui/widget/spinbutton.h')
-rw-r--r--src/ui/widget/spinbutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/widget/spinbutton.h b/src/ui/widget/spinbutton.h
index 3e7e829f5..710b511b1 100644
--- a/src/ui/widget/spinbutton.h
+++ b/src/ui/widget/spinbutton.h
@@ -93,14 +93,10 @@ 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