mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Automatically scroll pattern console to the bottom when new lines are added
This commit is contained in:
1
lib/external/imgui/source/TextEditor.cpp
vendored
1
lib/external/imgui/source/TextEditor.cpp
vendored
@@ -990,7 +990,6 @@ void TextEditor::Render() {
|
||||
|
||||
if (mScrollToCursor) {
|
||||
EnsureCursorVisible();
|
||||
ImGui::SetWindowFocus();
|
||||
mScrollToCursor = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user