Hi,

I just found out that this was actually a coordinate system problem. It
works fine now after removing:

> if ((xOffset != 0) || (yOffset != 0))
> {
>     cairo_save(cairo);
>     cairo_translate(cairo, -xOffset, -yOffset);
> }

and:

> if ((xOffset != 0) || (yOffset != 0))
>     cairo_restore(cairo);

Cheers,

Jörn

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to