mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3952 Summary : Always create plot main window to allow expanding of items
This commit is contained in:
parent
ce51f40a3f
commit
f545c44422
@ -45,6 +45,10 @@ int main(int argc, char *argv[])
|
||||
window.loadWinGeoAndDockToolBarLayout();
|
||||
window.showWindow();
|
||||
|
||||
// Create plot main window to be able to set expanded state on created objects
|
||||
// The plot window is hidden by default
|
||||
RiaApplication::instance()->getOrCreateMainPlotWindow();
|
||||
|
||||
if (app.parseArguments())
|
||||
{
|
||||
RiaLogging::setLoggerInstance(new RiuMessagePanelLogger(window.messagePanel()));
|
||||
|
Loading…
Reference in New Issue
Block a user