mirror of https://github.com/KLayout/klayout.git
Fixed issue #1512 ('get_image' of LayoutView should also work on inactive views)
This commit is contained in:
parent
4bdfcd4549
commit
3c297a28d8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue