From 29558bd2724b1d87b1e5009e55823272cb341f92 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 3 Mar 2011 19:25:56 +0000 Subject: [PATCH] restore oddly-commented out (by me) restoration of editor geometry from saved settings. appears to fix most issues with pane sizing in addition to the obvious one of window size git-svn-id: svn://localhost/ardour2/branches/3.0@9059 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index af76ef6f85..dadcc7a984 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -2136,7 +2136,7 @@ Editor::set_state (const XMLNode& node, int /*version*/) } } - //set_default_size (g.base_width, g.base_height); + set_default_size (g.base_width, g.base_height); move (x, y); if (_session && (prop = node.property ("playhead"))) {