mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Measurements : Move setCheckable into feature
This commit is contained in:
@@ -605,7 +605,6 @@ void RiuMainWindow::createToolBars()
|
||||
QToolBar* toolbar = addToolBar(tr("Measurement"));
|
||||
toolbar->setObjectName(toolbar->windowTitle());
|
||||
auto action = cmdFeatureMgr->action("RicToggleMeasurementModeFeature");
|
||||
action->setCheckable(true);
|
||||
toolbar->addAction(action);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user