summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-20 23:16:09 +0200
committerRobin Gareus <robin@gareus.org>2017-04-20 23:16:09 +0200
commite1c4fe8edc0c4af3baecbdcd55ee27059ff97469 (patch)
tree49265a9ff25223949821708dad7883cb50e846eb /gtk2_ardour/ardour_dialog.h
parent057bb167caf9780d9f837a53b85ee8e0cad9387e (diff)
Show the splash-screen if the engine dialog's run() hid it.
Diffstat (limited to 'gtk2_ardour/ardour_dialog.h')
-rw-r--r--gtk2_ardour/ardour_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_dialog.h b/gtk2_ardour/ardour_dialog.h
index 990d86024f..9e91d3e97e 100644
--- a/gtk2_ardour/ardour_dialog.h
+++ b/gtk2_ardour/ardour_dialog.h
@@ -49,11 +49,13 @@ public:
void on_show ();
virtual void on_response (int);
+protected:
+ void pop_splash ();
+
private:
WM::ProxyTemporary* proxy;
bool _splash_pushed;
void init ();
- void pop_splash ();
static sigc::signal<void> CloseAllDialogs;
};