summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tile.cpp
diff options
context:
space:
mode:
authorDenis Declara <declara91@gmail.com>2012-05-19 16:39:38 +0000
committerDenis Declara <declara91@gmail.com>2012-05-19 16:39:38 +0000
commit8d97fe84d570a73ba3b48269308bd360332b8250 (patch)
treef9b8cbc297732a98c64e1e44465050ad9859d042 /src/ui/dialog/tile.cpp
parentAdded documentation and made helper functions in polar-arrange-tab.cpp static (diff)
downloadinkscape-8d97fe84d570a73ba3b48269308bd360332b8250.tar.gz
inkscape-8d97fe84d570a73ba3b48269308bd360332b8250.zip
The Polar Arrange Tab of the Arrange Dialog now hides the parametric
controls until the user selects the corresponding radio button (bzr r11073.1.35)
Diffstat (limited to 'src/ui/dialog/tile.cpp')
-rw-r--r--src/ui/dialog/tile.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ui/dialog/tile.cpp b/src/ui/dialog/tile.cpp
index c967509f9..1ed099120 100644
--- a/src/ui/dialog/tile.cpp
+++ b/src/ui/dialog/tile.cpp
@@ -41,7 +41,14 @@ ArrangeDialog::ArrangeDialog()
_arrangeButton->set_use_underline(true);
_arrangeButton->set_tooltip_text(_("Arrange selected objects"));
contents->pack_start(_arrangeBox);
- show_all_children();
+ //show_all_children();
+}
+
+
+void ArrangeDialog::on_show()
+{
+ UI::Widget::Panel::on_show();
+ _polarArrangeTab->on_arrange_radio_changed();
}
void ArrangeDialog::_apply()