mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
Merge remote branch 'kromgart/master'
This commit is contained in:
commit
4d0d941c2e
@ -139,6 +139,9 @@ namespace MWGui
|
|||||||
void Console::disable()
|
void Console::disable()
|
||||||
{
|
{
|
||||||
setVisible(false);
|
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)
|
void Console::setFont(const std::string &fntName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user