Clear the views to regenerate when finished regenerating

This inefficiency has been there forever ...
This commit is contained in:
Jacob Støren
2015-09-21 15:06:11 +02:00
parent 7abfd51b91
commit bc13971fec

View File

@@ -1998,6 +1998,8 @@ void RiaApplication::slotUpdateScheduledDisplayModels()
(*it)->createDisplayModelAndRedraw();
}
}
m_resViewsToUpdate.clear();
}
//--------------------------------------------------------------------------------------------------