Fixed color flickering after loading pattern

This commit is contained in:
WerWolv 2020-11-13 11:15:07 +01:00
parent 867b87415b
commit d44ffde2a9
1 changed files with 1 additions and 0 deletions

View File

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