GNOME Bugzilla – Bug 145352
Showing a label on GtkExpander::expanded fails to draw correctly
Last modified: 2007-12-29 22:55:08 UTC
When a label is shown via the notify::expanded signal, the label text doesn't draw properly. This is the same problem as bug 135902, which hints at bugs in parts of the code. To reproduce, compile the testcase, run it, and toggle the expander off, then on. Setting the "redraw_on_allocate" flag fixes the problem, but that doesn't feel like the correct solution.
Created attachment 29185 [details] Testcase
bug 135902 contains the explaination of the bug. Probably shouldn't have been closed.
Maybe this was fixed by bug #135902 or by something else, but when I ran Crispin's test program it worked as expected. So I'm going to close this unless someone has an objection.
*** This bug has been marked as a duplicate of 135902 ***