mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1018 Force update of display model for scheduled updates before taking snapshot
This commit is contained in:
@@ -260,6 +260,9 @@ QImage RimView::snapshotWindowContent()
|
||||
{
|
||||
if (m_viewer)
|
||||
{
|
||||
// Force update of scheduled display models before snapshotting
|
||||
RiaApplication::instance()->slotUpdateScheduledDisplayModels();
|
||||
|
||||
m_viewer->repaint();
|
||||
|
||||
return m_viewer->snapshotImage();
|
||||
|
||||
Reference in New Issue
Block a user