mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Pattern editor console scrolling back to the top constantly
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user