mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Properly allow multi-threaded logging without messing up output
This commit is contained in:
@@ -540,7 +540,7 @@ namespace hex::plugin::builtin {
|
||||
auto &runtime = ContentRegistry::PatternLanguage::getRuntime();
|
||||
auto &evaluator = runtime.getInternals().evaluator;
|
||||
|
||||
if (ImGui::BeginChild("##debugger", size, true, ImGuiWindowFlags_AlwaysVerticalScrollbar)) {
|
||||
if (ImGui::BeginChild("##debugger", size, true)) {
|
||||
const auto &breakpoints = evaluator->getBreakpoints();
|
||||
auto line = this->m_textEditor.GetCursorPosition().mLine + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user