mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DirectoryPosition): remember item as string.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user