gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
372 stars 54 forks source link

Tag data is not copied to ObjectListView.SelectedItems, directly using RowObject instead #34

Closed garoxas closed 5 years ago

garoxas commented 5 years ago

I couldn't reproduce the issue, but also I encountered this while I'm doing code for multiple XCI revision, so I guess I can use the same fix I did there as you might've noticed that I stored the version data using OSVListView.Tag, but apparently the Tag data is not carried over when you select an item so when you access ObjectListView.SelectedItems[0].Tag it'll return null data so now I use the object data inside the OSVListView directly to get Version info could you please try this one and see if it fixes the issue. thanks

gibaBR commented 5 years ago

Nice!!! It works! Thank you!

garoxas commented 5 years ago

Thanks