After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638179 - in draw signal handle call gtk_style_context_add_provider cause to continuous draw signal
in draw signal handle call gtk_style_context_add_provider cause to continuous...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkStyleContext
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Carlos Garnacho
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-12-28 12:55 UTC by czk
Modified: 2011-01-03 17:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description czk 2010-12-28 12:55:10 UTC
at gtk+/test/styleexamples.c
when draw background/frame/fram-gap, in the draw signal callback gtk_style_context_add_provider was called. But gtk_style_context_add_provider can trigger draw signal, this make draw signal can not stop.

my English poor.