1
0
mirror of synced 2025-01-19 01:24:15 +01:00

fix: Byte type annotations not being reset correctly

This commit is contained in:
WerWolv 2024-05-30 16:57:28 +02:00
parent 08c2f3fc15
commit a5c250c811

View File

@ -904,6 +904,8 @@ namespace hex {
// Set the diagram handle position to the start of the plot
m_handlePosition = m_startAddress;
m_annotationRegions.clear();
}
// Process one byte at the time