You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce:
Open a project
Mark some bytes as "Dword pointer" type
Save the project and close DistinGUIsh
Load the project
The bytes are now marked as "Graphics" instead of "Dword pointer".
The text was updated successfully, but these errors were encountered:
- fixesIsoFrieze#62
- both 'Dword ptr' and 'Graphics' were using the character 'G' for their compressed encoding in the XML, must be unique
- I have... no idea why I didn't just use a Dictionary here in the first place. switched to that to enforce unique keys.
- change char for 32bit dword point from 'G' (conflict) to 'H' (unique)
(cherry picked from commit f1ce061)
How to reproduce:
Open a project
Mark some bytes as "Dword pointer" type
Save the project and close DistinGUIsh
Load the project
The bytes are now marked as "Graphics" instead of "Dword pointer".
The text was updated successfully, but these errors were encountered: