mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add visibility tracking for main window
This commit is contained in:
parent
4963d65206
commit
2a25d25d34
2 changed files with 8 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
#include "gtkmm2ext/stateful_button.h"
|
||||
#include "gtkmm2ext/bindable_button.h"
|
||||
#include "gtkmm2ext/bindings.h"
|
||||
#include "gtkmm2ext/visibility_tracker.h"
|
||||
|
||||
#include "ardour/ardour.h"
|
||||
#include "ardour/types.h"
|
||||
|
|
@ -377,6 +378,7 @@ protected:
|
|||
|
||||
private:
|
||||
Gtk::Window _main_window;
|
||||
Gtkmm2ext::VisibilityTracker* main_window_visibility;
|
||||
Gtk::VBox main_vpacker;
|
||||
Gtk::HBox status_bar_hpacker;
|
||||
Gtk::Notebook _tabs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue