https://bugzilla.xfce.org/show_bug.cgi?id=15690
--- Comment #7 from Simon Steinbeiss <[email protected]> --- Created attachment 8770 --> https://bugzilla.xfce.org/attachment.cgi?id=8770&action=edit Patch setting the bg color when widget is re-created The two issues may actually be related to the same root cause: Currently the background css is only injected on the style-updated signal, which doesn't fire when the screen layout is changed. As Theo correctly observed, changing the screen layout (e.g. by changing the panel position through the "primary" setting) the pager widget gets re-created from scratch, so the background css is missing at that point. The attached patch should fix the problem for both of you. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
