]> O.S.I.I.S - jp/crow.git/commitdiff
flush cairo backend surface for windows, else nothing is drawn
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Dec 2021 11:53:22 +0000 (12:53 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 22 Dec 2021 11:53:22 +0000 (12:53 +0100)
Backends/CairoBackend/src/ImageBackend.cs

index d8518f316db71b87c389dfebbcf769b63a868eed..67512fd9f3f67b348031de75d247638828dc89d7 100644 (file)
@@ -78,6 +78,8 @@ namespace Crow.CairoBackend
                        ctx.PopGroupToSource ();
                        ctx.Paint ();
 
+                       surf.Flush ();
+
                        base.FlushUIFrame (ctx);
                }
        }