Closed dol closed 6 years ago
Additional informations:
Interesting. It sounds like I'll have to spin up a VM with XFCE on it. If you don't mind a minor code change, I suspect commenting out line 181 (window.set_shadow_width(0,0,0,0)
) might fix the issue? It's the only place I feel like I'm doing something dirty. That line is a workaround for bug #1 dealing with window shadows on newer Gnome apps.
If that's not it, I'll need to look elsewhere.
Commenting out window.set_shadow_width(0,0,0,0)
solved the problem. Now a workaround of a workaround is needed.
This is slightly icky, but maybe the best option for now is to have a configuration option to enable or disable the shadow workaround we need for Gnome but you don't want on XFCE. I'm going to dupe this bug to the other one since they are basically dealing with the same line of code.
The title bar of an window disappears when maximizing a window that was resize with pyGrid.
Reproduce the issue:
Expected
Actual