mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Substantially simpler fix for editor window jumping.
git-svn-id: svn://localhost/ardour2/branches/3.0@8418 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c78c14c3df
commit
544d8f33c8
5 changed files with 6 additions and 67 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#include "gtkmm2ext/selector.h"
|
||||
#include "gtkmm2ext/click_box.h"
|
||||
#include "gtkmm2ext/dndtreeview.h"
|
||||
#include "gtkmm2ext/trimming_bin.h"
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/signals.h"
|
||||
|
|
@ -1589,7 +1588,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::HBox toolbar_hbox;
|
||||
Gtk::EventBox toolbar_base;
|
||||
Gtk::Frame toolbar_frame;
|
||||
Gtkmm2ext::TrimmingBin _toolbar_trimmer;
|
||||
Gtk::Viewport _toolbar_viewport;
|
||||
|
||||
/* midi toolbar */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue