mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 22:09: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:
parent
ff072441fd
commit
a967418a5a
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ namespace CSVRender
|
||||||
/// \todo make shortcut configurable
|
/// \todo make shortcut configurable
|
||||||
QShortcut *focusToolbar = new QShortcut (Qt::Key_T, this, 0, 0, Qt::WidgetWithChildrenShortcut);
|
QShortcut *focusToolbar = new QShortcut (Qt::Key_T, this, 0, 0, Qt::WidgetWithChildrenShortcut);
|
||||||
connect (focusToolbar, SIGNAL (activated()), this, SIGNAL (focusToolbarRequest()));
|
connect (focusToolbar, SIGNAL (activated()), this, SIGNAL (focusToolbarRequest()));
|
||||||
|
|
||||||
|
updateOgreWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
CSVWidget::SceneToolMode *SceneWidget::makeLightingSelector (CSVWidget::SceneToolbar *parent)
|
CSVWidget::SceneToolMode *SceneWidget::makeLightingSelector (CSVWidget::SceneToolbar *parent)
|
||||||
|
|
Loading…
Reference in a new issue