[Gtk-sharp-list] Update for http://www.mono-project.com/Mono.Cairo

"Andrés G. Aragoneses" knocte at gmail.com
Tue Oct 8 15:41:05 UTC 2013


On 02/10/13 08:15, Nightness wrote:
> Instead of casting to IDisposable and calling Dispose...
>
> ((IDisposable) gr).Dispose ();
>
> Do this...
>
> using (Cairo.Graphics gr = CreateDrawable (area.GdkWindow))
> {
>
> }
>
>

Fixed, thanks.




More information about the Gtk-sharp-list mailing list