1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-25 17:39:42 +00:00

Fix Preview and Unpaged World subviews not rendering. Not sure if this is related to a later version of Ogre being used.

This commit is contained in:
cc9cii 2015-12-06 19:50:26 +11:00
parent ff072441fd
commit a967418a5a

View file

@ -74,6 +74,8 @@ namespace CSVRender
/// \todo make shortcut configurable
QShortcut *focusToolbar = new QShortcut (Qt::Key_T, this, 0, 0, Qt::WidgetWithChildrenShortcut);
connect (focusToolbar, SIGNAL (activated()), this, SIGNAL (focusToolbarRequest()));
updateOgreWindow();
}
CSVWidget::SceneToolMode *SceneWidget::makeLightingSelector (CSVWidget::SceneToolbar *parent)