mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#955 Toolbar Button State : Update plot toolbars when eclipse case is imported
This commit is contained in:
@@ -58,5 +58,14 @@ void RiuPlotMainWindowTools::selectAsCurrentItem(const caf::PdmObject* object, b
|
||||
if (mpw) mpw->selectAsCurrentItem(object, allowActiveViewChange);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuPlotMainWindowTools::refreshToolbars()
|
||||
{
|
||||
RiuPlotMainWindow* mpw = RiaApplication::instance()->mainPlotWindow();
|
||||
|
||||
if (mpw) mpw->updateSummaryPlotToolBar();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user