mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix editor cannot input
fix bug that press ctrl+shift+e enter editor and cannot input anything. fixed by TsFreddie
This commit is contained in:
parent
1b9c695652
commit
363d0f81a4
|
@ -2745,6 +2745,7 @@ void CClient::Run()
|
|||
{
|
||||
g_Config.m_ClEditor = g_Config.m_ClEditor^1;
|
||||
Input()->MouseModeRelative();
|
||||
Input()->SetIMEState(true);
|
||||
}
|
||||
|
||||
// render
|
||||
|
|
Loading…
Reference in a new issue