mirror of https://github.com/WerWolv/ImHex.git
Fixed color flickering after loading pattern
This commit is contained in:
parent
867b87415b
commit
d44ffde2a9
|
@ -70,6 +70,7 @@ namespace hex {
|
|||
fclose(file);
|
||||
|
||||
this->parsePattern(this->m_buffer);
|
||||
this->m_fileBrowser.ClearSelected();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue