summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-03-03 19:25:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-03-03 19:25:56 +0000
commit29558bd2724b1d87b1e5009e55823272cb341f92 (patch)
tree4e57c697a6ff7666c13ed6660569300284a502b5 /gtk2_ardour/editor.cc
parent4f73aabc138a00b2951974bf0fe1b85b37433154 (diff)
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
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
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"))) {