mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix console input text reclaim to reflect latest ImGui changes
This commit is contained in:
parent
556894b3e3
commit
9a3175fb6d
@ -268,7 +268,7 @@ void CConsole::Draw(const char* title, bool* bDraw)
|
||||
// Auto focus previous widget.
|
||||
if (reclaim_focus)
|
||||
{
|
||||
ImGui::SetKeyboardFocusHere(-1);
|
||||
ImGui::SetKeyboardFocusHere();
|
||||
}
|
||||
|
||||
ImGui::End();
|
||||
|
Loading…
x
Reference in New Issue
Block a user