summaryrefslogtreecommitdiffstats
path: root/src/ui/toolbar/rect-toolbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/toolbar/rect-toolbar.cpp')
-rw-r--r--src/ui/toolbar/rect-toolbar.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/toolbar/rect-toolbar.cpp b/src/ui/toolbar/rect-toolbar.cpp
index a8b49e62d..44a53c8fc 100644
--- a/src/ui/toolbar/rect-toolbar.cpp
+++ b/src/ui/toolbar/rect-toolbar.cpp
@@ -264,12 +264,6 @@ RectToolbar::defaults()
_rx_adj->set_value(0.0);
_ry_adj->set_value(0.0);
-#if !GTK_CHECK_VERSION(3,18,0)
- // this is necessary if the previous value was 0, but we still need to run the callback to change all selected objects
- _rx_adj->value_changed();
- _ry_adj->value_changed();
-#endif
-
sensitivize();
}