fix: Pattern editor console scrolling back to the top constantly
This commit is contained in:
parent
90a576c3c7
commit
c2e023f567
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user