]> git.0d.be Git - empathy.git/blobdiff - src/empathy-rounded-texture.c
Flip the preview in RoundedTexture->paint()
[empathy.git] / src / empathy-rounded-texture.c
index eb0fbcb266f5dbc4e13c7128038829faf9dbdcd2..0619cd13e77b8500ec21b40415cd7ffa177dcc0f 100644 (file)
@@ -45,6 +45,10 @@ empathy_rounded_texture_paint (ClutterActor *texture)
 
   CLUTTER_ACTOR_CLASS (empathy_rounded_texture_parent_class)->paint (texture);
 
+  /* Flip */
+  cogl_rectangle_with_texture_coords (0, 0, width, height,
+      1., 0., 0., 1.);
+
   cogl_clip_pop ();
 }