mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:23:54 +00:00
Fix missing GUI mode update when showing soulgem dialog
This commit is contained in:
parent
ef7e0070a6
commit
928b9ee41b
1 changed files with 2 additions and 0 deletions
|
@ -1455,6 +1455,8 @@ namespace MWGui
|
|||
void WindowManager::showSoulgemDialog(MWWorld::Ptr item)
|
||||
{
|
||||
mSoulgemDialog->show(item);
|
||||
MWBase::Environment::get().getInputManager()->changeInputMode(isGuiMode());
|
||||
updateVisible();
|
||||
}
|
||||
|
||||
void WindowManager::frameStarted (float dt)
|
||||
|
|
Loading…
Reference in a new issue