mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Implement PageDisplay::_updateView (Fixes #3125)
This commit is contained in:
parent
5952498e9e
commit
d9d6228c94
@ -1222,6 +1222,11 @@ public:
|
|||||||
|
|
||||||
void _updateView ()
|
void _updateView ()
|
||||||
{
|
{
|
||||||
|
_checkMargin();
|
||||||
|
|
||||||
|
if (mNode != NULL)
|
||||||
|
for (ActiveTextFormats::iterator i = mActiveTextFormats.begin (); i != mActiveTextFormats.end (); ++i)
|
||||||
|
mNode->outOfDate (i->second->mRenderItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _correctView()
|
void _correctView()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user