diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-15 18:36:31 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2017-11-15 18:36:31 +0000 |
| commit | 1dfb2e9909f35cb96e4b697b62fe9e613ee50d61 (patch) | |
| tree | 0a6d462d4bb568f1584e01f456bd3e779ac977a4 /src/ui/widget/page-sizer.h | |
| parent | Move icons into hicolor subdirectory. Theming should work if other directorie... (diff) | |
| download | inkscape-1dfb2e9909f35cb96e4b697b62fe9e613ee50d61.tar.gz inkscape-1dfb2e9909f35cb96e4b697b62fe9e613ee50d61.zip | |
Add auto update margins on checkbutton
Diffstat (limited to 'src/ui/widget/page-sizer.h')
| -rw-r--r-- | src/ui/widget/page-sizer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widget/page-sizer.h b/src/ui/widget/page-sizer.h index 7cf8bacfd..6a8403627 100644 --- a/src/ui/widget/page-sizer.h +++ b/src/ui/widget/page-sizer.h @@ -166,6 +166,9 @@ public: * Updates the margin widgets. If lock widget is active */ void on_margin_changed(RegisteredScalar* widg); + + void on_margin_lock_changed(); + /** * Updates the scale widgets. (Just changes the values of the ui widgets.) */ @@ -271,6 +274,7 @@ protected: sigc::connection _changedvy_connection; sigc::connection _changedvw_connection; sigc::connection _changedvh_connection; + sigc::connection _changedlk_connection; sigc::connection _changedmt_connection; sigc::connection _changedmb_connection; sigc::connection _changedml_connection; |
