(DirectoryPosition): remember item as string.

This commit is contained in:
morkt
2014-07-27 06:06:50 +04:00
parent 61bd342f54
commit 5253f8c776
2 changed files with 4 additions and 5 deletions

View File

@@ -515,7 +515,7 @@ namespace GARbro.GUI
vm.SetPosition (pos);
ViewModel = vm;
if (null != pos.Item)
lv_SelectItem (pos.Item.Name);
lv_SelectItem (pos.Item);
return true;
}
catch (Exception X)