mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-13 12:40:04 +00:00
Console Object Selection Fix
This commit is contained in:
parent
b1a8dc35e0
commit
d9350be8da
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user