[Desktop-packages] [Bug 999519] [NEW] draw event is never called on a Gtk.DrawingArea in python

2012-05-15 Thread Valmantas Palikša
Public bug reported: I'm trying this simple script, but the on_draw function never gets called. This worked fine before upgrading to Ubuntu 12.04 from gi.repository import GObject, Gtk, Gdk, GLib a = Gtk.DrawingArea() def on_draw(*args): print Draw a.connect(draw, on_draw) w =

[Desktop-packages] [Bug 999519] Re: draw event is never called on a Gtk.DrawingArea in python

2012-05-15 Thread Valmantas Palikša
solved, apparently python-gi-cairo package was needed. ** Changed in: gir-repository (Ubuntu) Status: New = Invalid ** Changed in: gtk+3.0 (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to