GUI: always scroll scrolltexts on mobile
This commit is contained in:
parent
b701f06a98
commit
39a5408e4e
4 changed files with 7 additions and 3 deletions
1
extern/imgui_patched/imgui.cpp
vendored
1
extern/imgui_patched/imgui.cpp
vendored
|
|
@ -1308,6 +1308,7 @@ ImGuiIO::ImGuiIO()
|
|||
// ScrollText options
|
||||
ScrollTextSpeed = 100.0f;
|
||||
ScrollTextSpacing = 8.0f;
|
||||
AlwaysScrollText = false;
|
||||
|
||||
// Miscellaneous options
|
||||
MouseDrawCursor = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue