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:
@@ -2424,6 +2424,8 @@ void RiaApplication::runRegressionTest(const QString& testRootPath)
|
|||||||
void RiaApplication::resizeMaximizedPlotWindows()
|
void RiaApplication::resizeMaximizedPlotWindows()
|
||||||
{
|
{
|
||||||
std::vector<RimViewWindow*> viewWindows;
|
std::vector<RimViewWindow*> viewWindows;
|
||||||
|
m_project->mainPlotCollection()->descendantsIncludingThisOfType(viewWindows);
|
||||||
|
|
||||||
for (auto viewWindow : viewWindows)
|
for (auto viewWindow : viewWindows)
|
||||||
{
|
{
|
||||||
if (viewWindow->isMdiWindow())
|
if (viewWindow->isMdiWindow())
|
||||||
|
|||||||
Reference in New Issue
Block a user