#1806 Ensure time steps are calculated when opening project with saved flow characteristics plot

This commit is contained in:
Bjørnar Grip Fjær
2017-08-21 13:09:06 +02:00
parent cf87e7f312
commit 6c0f4fa0c0
4 changed files with 14 additions and 16 deletions

View File

@@ -85,8 +85,6 @@ RiuMainPlotWindow::RiuMainPlotWindow()
m_dragDropInterface = std::unique_ptr<caf::PdmUiDragDropInterface>(new RiuDragDrop());
initializeGuiNewProjectLoaded();
// Enabling the line below will activate the undo stack
// When enableUndoCommandSystem is set false, all commands are executed and deleted immediately
//caf::CmdExecCommandManager::instance()->enableUndoCommandSystem(true);