mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
improve caching of metric and tick patters
* selectively clear cache (meterbridge, mixer) * free memory of patterns on clear
This commit is contained in:
parent
cb9b1801ec
commit
2106a12edd
5 changed files with 32 additions and 8 deletions
|
|
@ -327,6 +327,7 @@ Meterbridge::scroll_right ()
|
|||
void
|
||||
Meterbridge::on_size_request (Gtk::Requisition* r)
|
||||
{
|
||||
meter_clear_pattern_cache(3);
|
||||
Gtk::Window::on_size_request(r);
|
||||
|
||||
Gdk::Geometry geom;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue