summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-21 12:51:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-21 12:51:30 -0400
commit2577bf55c9d3a12d6438308bdc342a4b1736e8ed (patch)
treead6f51588ed1d4ea243c5e2b44c46ca2737ec6d8 /gtk2_ardour/startup.h
parentf7586f3a0d3492a15cae901bb209f6a983e7db0a (diff)
reset the visibility of the template selector stuff every time the startup/NSD gets mapped, so that it is always current
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index 2703ac7638..fce2bdb2db 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -92,6 +92,7 @@ class ArdourStartup : public Gtk::Assistant {
void on_cancel ();
bool on_delete_event (GdkEventAny*);
void on_prepare (Gtk::Widget*);
+ void on_map ();
static ArdourStartup *the_startup;