Comment 22 for bug 948178

Revision history for this message
In , Hugo Pereira Da Costa (hugo-pereira) wrote :

ok. I have
1/ a dirty fix: trigger on size-request event rather than parent-set event to re-attach style (that fixes the depth mismatch), cause the later is apparently not working any more, but the former does. This is very innefficient
2/ a possible clean (and even cleaner than before) fix, to use a Signal rather that a Hook, on parent-set event, attached to all GtkMenuItem's children.

Still working on 2/, and I'll push it to master as soon as done, for testing.