1
0
mirror of synced 2024-09-24 03:28:24 +02:00

Fixed color flickering after loading pattern

This commit is contained in:
WerWolv 2020-11-13 11:15:07 +01:00
parent 867b87415b
commit d44ffde2a9

View File

@ -70,6 +70,7 @@ namespace hex {
fclose(file); fclose(file);
this->parsePattern(this->m_buffer); this->parsePattern(this->m_buffer);
this->m_fileBrowser.ClearSelected();
} }
} }