Kaydet (Commit) ccd93fc3 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Assign graphic data also during auto swap in

Change-Id: I09b8d11027f4a1e8470b81677388d4a573b372a6
üst 5c2ec558
...@@ -265,6 +265,7 @@ void GraphicObject::ImplAutoSwapIn() ...@@ -265,6 +265,7 @@ void GraphicObject::ImplAutoSwapIn()
if( !mbAutoSwapped && mpMgr ) if( !mbAutoSwapped && mpMgr )
mpMgr->ImplGraphicObjectWasSwappedIn( *this ); mpMgr->ImplGraphicObjectWasSwappedIn( *this );
} }
ImplAssignGraphicData();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment