mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix vertical pane resizing during fullscreen/unfullscreen
(#4119). git-svn-id: svn://localhost/ardour2/branches/3.0@9889 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7e8e8b4e72
commit
8786d5c9c2
2 changed files with 30 additions and 7 deletions
|
|
@ -538,6 +538,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::HPaned edit_pane;
|
||||
Gtk::VPaned editor_summary_pane;
|
||||
|
||||
bool idle_reset_vertical_pane_position (int);
|
||||
|
||||
Gtk::EventBox meter_base;
|
||||
Gtk::HBox meter_box;
|
||||
Gtk::EventBox marker_base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue