Reset textfields in Project storing TreeView selection and expansion state

This avoids an assert, and that selection stat bleeds through from one project to next.
This commit is contained in:
Jacob Støren 2015-08-12 10:29:58 +02:00
parent 3e1ff60c82
commit fb88414fec

View File

@ -127,6 +127,8 @@ void RimProject::close()
nextValidCaseId = 0;
nextValidCaseGroupId = 0;
currentModelIndexPath = "";
treeViewState = "";
}