1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 13:19:40 +00:00

Console Object Selection Fix

This commit is contained in:
riothamus 2013-05-24 09:31:56 -04:00
parent b1a8dc35e0
commit d9350be8da

View file

@ -137,7 +137,7 @@ namespace MWGui
void Console::disable()
{
setVisible(false);
setSelectedObject(MWWorld::Ptr());
// Remove keyboard focus from the console input whenever the
// console is turned off
MyGUI::InputManager::getInstance().setKeyFocusWidget(NULL);