mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed command
This commit is contained in:
parent
b0aac08827
commit
b18cd87727
@ -29,7 +29,7 @@
|
||||
|
||||
#include <QAction>
|
||||
|
||||
CAF_CMD_SOURCE_INIT(RicSaveEclipseResultAsInputProperty, "RicEclipseCellResultSave");
|
||||
CAF_CMD_SOURCE_INIT(RicSaveEclipseResultAsInputProperty, "RicSaveEclipseResultAsInputProperty");
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
@ -557,10 +557,9 @@ void RimProject::actionsBasedOnSelection(std::vector<QAction*>& actions)
|
||||
actions.push_back(commandManager->action("RicEclipseViewPaste"));
|
||||
actions.push_back(commandManager->action("RicEclipseViewDelete"));
|
||||
}
|
||||
// MODTODO: Find out why this cast doesn't work
|
||||
else if (dynamic_cast<RimEclipseCellColors*>(uiItem))
|
||||
{
|
||||
actions.push_back(commandManager->action("RicEclipseCellResultSave"));
|
||||
actions.push_back(commandManager->action("RicSaveEclipseResultAsInputProperty"));
|
||||
}
|
||||
else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user