#1384 Add missing population of view windows

This commit is contained in:
Magne Sjaastad 2017-04-24 21:40:46 +02:00
parent 50d9904cf7
commit 7efe0a996a

View File

@ -2424,6 +2424,8 @@ void RiaApplication::runRegressionTest(const QString& testRootPath)
void RiaApplication::resizeMaximizedPlotWindows()
{
std::vector<RimViewWindow*> viewWindows;
m_project->mainPlotCollection()->descendantsIncludingThisOfType(viewWindows);
for (auto viewWindow : viewWindows)
{
if (viewWindow->isMdiWindow())