mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
Catch another windows no-top-level issue
GTK+ on windows is weird on occasion :)
This commit is contained in:
parent
4b30239275
commit
68d910d58c
5 changed files with 32 additions and 4 deletions
|
|
@ -91,6 +91,7 @@ class PortInsertWindow : public ArdourWindow
|
|||
{
|
||||
public:
|
||||
PortInsertWindow (Gtk::Window&, ARDOUR::Session*, std::shared_ptr<ARDOUR::PortInsert>);
|
||||
PortInsertWindow (ARDOUR::Session*, std::shared_ptr<ARDOUR::PortInsert>);
|
||||
|
||||
private:
|
||||
PortInsertUI _portinsertui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue