mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
use a hash-table to cache gui properties
This commit is contained in:
parent
3e4c9fcea2
commit
8db5d93a35
3 changed files with 15 additions and 3 deletions
|
|
@ -413,6 +413,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void center_screen (framepos_t);
|
||||
|
||||
TrackViewList axis_views_from_routes (boost::shared_ptr<ARDOUR::RouteList>) const;
|
||||
|
||||
Gtkmm2ext::TearOff* mouse_mode_tearoff () const { return _mouse_mode_tearoff; }
|
||||
Gtkmm2ext::TearOff* tools_tearoff () const { return _tools_tearoff; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue