diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-22 00:59:51 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-08-02 21:26:28 +0000 |
| commit | 88fea892272f0ac5508bf6c868c7f292ebcf1460 (patch) | |
| tree | 18dbbd8d7074dbb607218101914ab162306fdc41 /src/ui/widget/spinbutton.h | |
| parent | fix a toggle of unit selection (diff) | |
| download | inkscape-88fea892272f0ac5508bf6c868c7f292ebcf1460.tar.gz inkscape-88fea892272f0ac5508bf6c868c7f292ebcf1460.zip | |
Add lineheight proposal
Diffstat (limited to 'src/ui/widget/spinbutton.h')
| -rw-r--r-- | src/ui/widget/spinbutton.h | 4 |
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 |
