mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3949 Summary : Hide snapshot toolbar by default
This commit is contained in:
parent
22e8eb485f
commit
32f780f558
@ -550,6 +550,8 @@ void RiuMainWindow::createToolBars()
|
|||||||
toolbar->addAction(cmdFeatureMgr->action("RicSnapshotViewToClipboardFeature"));
|
toolbar->addAction(cmdFeatureMgr->action("RicSnapshotViewToClipboardFeature"));
|
||||||
toolbar->addAction(cmdFeatureMgr->action("RicSnapshotViewToFileFeature"));
|
toolbar->addAction(cmdFeatureMgr->action("RicSnapshotViewToFileFeature"));
|
||||||
toolbar->addAction(m_snapshotAllViewsToFile);
|
toolbar->addAction(m_snapshotAllViewsToFile);
|
||||||
|
|
||||||
|
toolbar->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user