use a hash-table to cache gui properties

This commit is contained in:
Robin Gareus 2014-06-28 21:45:52 +02:00 committed by Paul Davis
parent 3e4c9fcea2
commit 8db5d93a35
3 changed files with 15 additions and 3 deletions

View file

@ -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; }