fix over-optimzation in e3375c3.
Some users of DisplaySuspender expect an implicit redisplay.
This commit is contained in:
@@ -5232,6 +5232,7 @@ void
|
||||
Editor::resume_route_redisplay ()
|
||||
{
|
||||
if (_routes) {
|
||||
_routes->redisplay(); // queue redisplay
|
||||
_routes->resume_redisplay();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user