forked from teamnwah/openmw-tes3coop
[Client] Disable focus on <tab> for chat window
This commit is contained in:
parent
64b531aa3c
commit
ca7f3f7450
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,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