summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-08-29 06:35:45 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-08-29 06:35:45 -0400
commit9d6d9c650193fa098c0d85c505b5eb3b61f8d2f8 (patch)
treed10673898bc20971db1769cba8b73e37480b35e3 /gtk2_ardour/rc_option_editor.cc
parent7336a0511087bee1ca328b0b0328ce269582a7b5 (diff)
apparent fix for preferences window visibility
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 8e562f4279..530dd98087 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -3368,6 +3368,8 @@ if (!ARDOUR::Profile->get_mixbus()) {
*/
Tabbable::set_state (*node, Stateful::loading_state_version);
}
+
+ notebook().show_all ();
}
void