mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 10:41:34 +00:00
Merge remote branch 'kromgart/master'
This commit is contained in:
commit
4d0d941c2e
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@ namespace MWGui
|
|||
void Console::disable()
|
||||
{
|
||||
setVisible(false);
|
||||
// Remove keyboard focus from the console input whenever the
|
||||
// console is turned off
|
||||
MyGUI::InputManager::getInstance().setKeyFocusWidget(NULL);
|
||||
}
|
||||
|
||||
void Console::setFont(const std::string &fntName)
|
||||
|
|
Loading…
Reference in a new issue