Fixed issue #1512 ('get_image' of LayoutView should also work on inactive views)

This commit is contained in:
Matthias Koefferlein 2023-10-18 21:21:05 +02:00
parent 4bdfcd4549
commit 3c297a28d8
1 changed files with 3 additions and 0 deletions

View File

@ -3693,6 +3693,9 @@ LayoutViewBase::refresh ()
// Issue a "tick" to execute all other pending tasks
timer ();
// Update the view ops as this is not always guaranteed (issue #1512)
set_view_ops ();
}
void