Merge pull request #4967 from OPM/improve-export-filedialog-behaviour

Improve export filedialog behaviour
This commit is contained in:
Kristian Bendiksen
2019-11-05 10:39:50 +01:00
committed by GitHub
5 changed files with 7 additions and 8 deletions

View File

@@ -74,6 +74,8 @@ void RicSaveEclipseInputVisibleCellsUi::defineEditorAttribute( const caf::PdmFie
if ( myAttr )
{
myAttr->m_selectSaveFileName = true;
// Set GRDECL file filter as default
myAttr->m_fileSelectionFilter = "GRDECL files (*.grdecl);;All files (*.*)";
}
}
}