13
0

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
This commit is contained in:
Paul Davis 2011-03-03 19:25:56 +00:00
parent 4f73aabc13
commit 29558bd272

View File

@ -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"))) {