https://bugs.kde.org/show_bug.cgi?id=377162
--- Comment #46 from Grósz Dániel <groszdaniel...@gmail.com> --- (In reply to Matthew Sheffield from comment #43) > Could someone please explain why a window could not be made to have a height > of 1 pixel, its same width, and a 0% opacity? I've seen people say that > having shading work is very difficult but have not seen any explanations of > why this is the case. Perhaps there is logic they have not thought of? I'd > like to hear about the logic that has been evaluated but rejected, please. That would be better than nothing, but it's not a perfect reimplementation. Currently, AFAICT, the application doesn't see the window's height as changing when it's shaded. Making it so that its height is changed to 1px would make it try to rearrange its content, and then rearrange it back when it's unshaded, so there may be a brief visual glitch. And many windows have a minimum height, which we'd have to override, which might cause unpredictable behavior in the application, though it's unlikely to cause major problems. -- You are receiving this mail because: You are watching all bug changes.