Merge remote branch 'kromgart/master'

actorid
Marc Zinnschlag 13 years ago
commit 4d0d941c2e

@ -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…
Cancel
Save