mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-03 04:45:32 +00:00
Reverted renaming of video player's gui layer
This commit is contained in:
parent
e53d9e28f3
commit
461258cb4b
2 changed files with 3 additions and 3 deletions
|
@ -263,13 +263,13 @@ namespace MWGui
|
||||||
MyGUI::PointerManager::getInstance().setVisible(false);
|
MyGUI::PointerManager::getInstance().setVisible(false);
|
||||||
|
|
||||||
mVideoBackground = MyGUI::Gui::getInstance().createWidgetReal<MyGUI::ImageBox>("ImageBox", 0,0,1,1,
|
mVideoBackground = MyGUI::Gui::getInstance().createWidgetReal<MyGUI::ImageBox>("ImageBox", 0,0,1,1,
|
||||||
MyGUI::Align::Default, "VideoPlayer");
|
MyGUI::Align::Default, "InputBlocker");
|
||||||
mVideoBackground->setImageTexture("black");
|
mVideoBackground->setImageTexture("black");
|
||||||
mVideoBackground->setVisible(false);
|
mVideoBackground->setVisible(false);
|
||||||
mVideoBackground->setNeedMouseFocus(true);
|
mVideoBackground->setNeedMouseFocus(true);
|
||||||
mVideoBackground->setNeedKeyFocus(true);
|
mVideoBackground->setNeedKeyFocus(true);
|
||||||
|
|
||||||
mVideoWidget = mVideoBackground->createWidgetReal<VideoWidget>("ImageBox", 0,0,1,1, MyGUI::Align::Default, "VideoPlayer");
|
mVideoWidget = mVideoBackground->createWidgetReal<VideoWidget>("ImageBox", 0,0,1,1, MyGUI::Align::Default, "InputBlocker");
|
||||||
mVideoWidget->setNeedMouseFocus(true);
|
mVideoWidget->setNeedMouseFocus(true);
|
||||||
mVideoWidget->setNeedKeyFocus(true);
|
mVideoWidget->setNeedKeyFocus(true);
|
||||||
mVideoWidget->setVFS(resourceSystem->getVFS());
|
mVideoWidget->setVFS(resourceSystem->getVFS());
|
||||||
|
|
|
@ -527,7 +527,7 @@ namespace MWVR
|
||||||
{"MessageBox", gMessageBoxConfig},
|
{"MessageBox", gMessageBoxConfig},
|
||||||
{"Windows", gDefaultWindowsConfig},
|
{"Windows", gDefaultWindowsConfig},
|
||||||
{"Notification", gNotificationConfig},
|
{"Notification", gNotificationConfig},
|
||||||
{"VideoPlayer", gVideoPlayerConfig},
|
{"InputBlocker", gVideoPlayerConfig},
|
||||||
{"LoadingScreen", gLoadingScreenConfig},
|
{"LoadingScreen", gLoadingScreenConfig},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue