1
0
mirror of synced 2024-09-24 19:48:25 +02:00

fix: Pattern editor console scrolling back to the top constantly

This commit is contained in:
WerWolv 2023-06-16 22:17:01 +02:00
parent 90a576c3c7
commit c2e023f567

View File

@ -302,6 +302,7 @@ namespace hex::plugin::builtin {
std::scoped_lock lock(this->m_logMutex);
this->m_consoleEditor.SetTextLines(*this->m_console);
this->m_consoleNeedsUpdate = false;
}
this->m_consoleEditor.Render("##console", size, true);