mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
[Feature reviewed] MKosharnyy [Reviewed] VKamyshniy
This commit is contained in:
parent
b5572bf605
commit
cb9c347bd0
2 changed files with 8 additions and 0 deletions
|
|
@ -147,3 +147,9 @@ WavesDialog::on_delete_event (GdkEventAny*)
|
|||
hide ();
|
||||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
WavesDialog::on_response(int response_id)
|
||||
{
|
||||
hide ();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ class WavesDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr, public
|
|||
bool on_key_press_event (GdkEventKey*);
|
||||
void on_show ();
|
||||
bool on_delete_event (GdkEventAny*);
|
||||
|
||||
|
||||
enum {
|
||||
// We need one smaller then smallest Gtk::RESPONSE_*
|
||||
|
|
@ -58,6 +59,7 @@ class WavesDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr, public
|
|||
};
|
||||
|
||||
protected:
|
||||
void on_response(int response_id);
|
||||
|
||||
private:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue