mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
ArdourDialog: API to prevent idle callbacks during response handling
This commit is contained in:
parent
62bfd34ba8
commit
095b84080a
2 changed files with 11 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ public:
|
|||
void on_show ();
|
||||
virtual void on_response (int);
|
||||
void set_ui_sensitive (bool);
|
||||
void disallow_idle ();
|
||||
|
||||
protected:
|
||||
void pop_splash ();
|
||||
|
|
@ -61,6 +62,7 @@ private:
|
|||
WM::ProxyTemporary* proxy;
|
||||
bool _splash_pushed;
|
||||
void init ();
|
||||
bool allow_idle;
|
||||
|
||||
static sigc::signal<void> CloseAllDialogs;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue