forked from mirror/openmw-tes3mp
set input focus to console after selecting objects in console mode
This commit is contained in:
parent
8e96871acd
commit
d56defd4f4
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ namespace MWGui
|
|||
setTitle("#{sConsoleTitle} (" + mPtr.getCellRef().refID + ")");
|
||||
else
|
||||
setTitle("#{sConsoleTitle}");
|
||||
MyGUI::InputManager::getInstance().setKeyFocusWidget(command);
|
||||
}
|
||||
|
||||
void Console::onReferenceUnavailable()
|
||||
|
|
Loading…
Reference in a new issue