mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1384 Add missing population of view windows
This commit is contained in:
parent
50d9904cf7
commit
7efe0a996a
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user