From: rwst Date: Tue, 9 May 2006 18:23:55 +0000 (+0000) Subject: remove flicker when creating dialog X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=91db03f244c420daa37e0b5b8a8359ddc2dd626b;p=inkscape.git remove flicker when creating dialog --- diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 67006216a..726c0ad94 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -90,7 +90,6 @@ DocumentProperties::DocumentProperties() _page_snap(1, 1), _prefs_path("dialogs.documentoptions") { - hide(); set_resizable (false); _tt.enable(); get_vbox()->set_spacing (4);