diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2007-04-01 22:32:34 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2007-04-01 22:32:34 +0000 |
| commit | f98df6e3074639847b1528609c91123bf03e44d1 (patch) | |
| tree | bf877622a0faa47157c9544b4d405c72e8e8eb79 /src/ui/dialog/document-properties.cpp | |
| parent | discard stderr from nested inkscape invocations (diff) | |
| download | inkscape-f98df6e3074639847b1528609c91123bf03e44d1.tar.gz inkscape-f98df6e3074639847b1528609c91123bf03e44d1.zip | |
removed leftover debug messages. Toggling new grids now works. Almost ready to comment-out old grid code.
(bzr r2806)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 3f84c1808..fff815d8c 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -388,11 +388,7 @@ DocumentProperties::update_gridspage() } _grids_notebook.show_all(); - const Gtk::Widget* widget_array[] = - { - (Gtk::Widget*) &_grids_notebook, 0 - }; - attach_all (_page_grids.table(), widget_array, sizeof(widget_array),3); // FIXME: a hack to let GTK show all tabs, otherwise XML manually added grids setting widgets do no show. + _page_grids.table().resize_children(); } /** |
