mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
Fix AnimateMasking with GL backend not triger redraw
This commit is contained in:
parent
cf5b08de8a
commit
a50335686d
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