GNU bug report logs -
#55779
29.0.50; child frame
Previous Next
Reported by: drshapeless <drsl <at> drshapeless.com>
Date: Fri, 3 Jun 2022 08:19:02 UTC
Severity: normal
Found in version 29.0.50
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Po Lu <luangruo <at> yahoo.com> writes:
> Thanks, but that doesn't make much sense. Updating a window's opaque
> region by calling its `style_changed' function shouldn't interfere with
> updating it or changing its size.
>
> What happens if you comment out this part out?
>
> object_class = G_OBJECT_GET_CLASS (FRAME_GTK_OUTER_WIDGET (f));
> class = GTK_WIDGET_CLASS (object_class);
>
> if (class->style_updated)
> class->style_updated (FRAME_GTK_OUTER_WIDGET (f));
>
> Thanks.
If I comment this part out, even at the lastest master commit, the issue
is solved. I could say these few lines of code is the root of the bug.
I have no idea what is going on though.
This bug report was last modified 3 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.