mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Do not display orphaned Show: labels when they are not required.
git-svn-id: svn://localhost/ardour2/branches/3.0@4483 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
762b02bc95
commit
6a9dc6b8d0
2 changed files with 56 additions and 26 deletions
|
|
@ -145,9 +145,11 @@ private:
|
|||
Gtk::VScrollbar _vscroll;
|
||||
Gtk::HBox _main_hbox;
|
||||
Gtk::HBox _column_visibility_box;
|
||||
bool _column_visibility_box_added;
|
||||
Gtk::Label _column_visibility_label;
|
||||
std::vector<Gtk::CheckButton*> _column_visibility_buttons;
|
||||
Gtk::VBox _row_visibility_box;
|
||||
bool _row_visibility_box_added;
|
||||
Gtk::Label _row_visibility_label;
|
||||
std::vector<Gtk::CheckButton*> _row_visibility_buttons;
|
||||
Gtk::Table _scroller_table;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue