forked from mirror/openmw-tes3mp
[Client] Fix key focus for chat window
This commit is contained in:
parent
bed96e5a3d
commit
40e70ebf9c
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ namespace mwmp
|
|||
mHistory->setTextShadow(true);
|
||||
mHistory->setTextShadowColour(MyGUI::Colour::Black);
|
||||
|
||||
mHistory->setNeedKeyFocus(false);
|
||||
|
||||
windowState = 0;
|
||||
mCommandLine->setVisible(0);
|
||||
delay = 3; // 3 sec.
|
||||
|
|
Loading…
Reference in a new issue