mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
Fix AnimateMasking with GL backend not triger redraw
This commit is contained in:
parent
758f17f3fc
commit
086c2ed9a7
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ void drawGLview(Evas_Object *obj)
|
|||
|
||||
void transitGlCb(Elm_Transit_Effect *effect, Elm_Transit* transit, double progress)
|
||||
{
|
||||
tvgUpdateCmds(glCanvas.get(), progress);
|
||||
|
||||
elm_glview_changed_set((Evas_Object*)effect);
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue