mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3804 Measurement. Set checkable toolbutton (still changing icon)
This commit is contained in:
parent
849a623379
commit
deec4c16e9
@ -600,7 +600,9 @@ void RiuMainWindow::createToolBars()
|
||||
|
||||
{
|
||||
QToolBar* measToolBar = addToolBar(tr("Measurement"));
|
||||
measToolBar->addAction(cmdFeatureMgr->action("RicToggleMeasurementModeFeature"));
|
||||
auto action = cmdFeatureMgr->action("RicToggleMeasurementModeFeature");
|
||||
action->setCheckable(true);
|
||||
measToolBar->addAction(action);
|
||||
}
|
||||
|
||||
RiaApplication* app = RiaApplication::instance();
|
||||
|
Loading…
Reference in New Issue
Block a user