mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-10 20:46:55 +03: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)
|
void WindowManager::showSoulgemDialog(MWWorld::Ptr item)
|
||||||
{
|
{
|
||||||
mSoulgemDialog->show(item);
|
mSoulgemDialog->show(item);
|
||||||
|
MWBase::Environment::get().getInputManager()->changeInputMode(isGuiMode());
|
||||||
|
updateVisible();
|
||||||
}
|
}
|
||||||
|
|
||||||
void WindowManager::frameStarted (float dt)
|
void WindowManager::frameStarted (float dt)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue