mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix over-optimzation in e3375c3.
Some users of DisplaySuspender expect an implicit redisplay.
This commit is contained in:
parent
e3375c309a
commit
9b385571e7
1 changed files with 1 additions and 0 deletions
|
|
@ -5232,6 +5232,7 @@ void
|
|||
Editor::resume_route_redisplay ()
|
||||
{
|
||||
if (_routes) {
|
||||
_routes->redisplay(); // queue redisplay
|
||||
_routes->resume_redisplay();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue