Fixed mouse interaction with well log plots and tracks

This commit is contained in:
Magne Sjaastad
2016-06-28 10:58:22 +02:00
parent 0680e830b4
commit cac86dcec9
7 changed files with 54 additions and 71 deletions

View File

@@ -166,10 +166,12 @@ void RiuMainPlotWindow::createToolBars()
{
// Snapshots
QToolBar* toolbar = addToolBar(tr("View Snapshots"));
/*
toolbar->setObjectName(toolbar->windowTitle());
toolbar->addAction(m_snapshotToClipboard);
toolbar->addAction(m_snapshotToFile);
toolbar->addAction(m_snapshotAllViewsToFile);
*/
toolbar->addAction(cmdFeatureMgr->action("RicSnapshotViewToClipboardFeature"));
}