elementary / stylesheet

The GTK Stylesheet for elementary OS
https://elementary.io
GNU General Public License v3.0
321 stars 74 forks source link

Half-screen missing transparent corner #1264

Closed zeebok closed 1 year ago

zeebok commented 1 year ago

What Happened?

Snapping a window to half-screen mode causes the rounded corners to be filled black instead of transparent.

style

This happens on either side.

Steps to Reproduce

  1. Open an app
  2. Snap it to either side of the screen

Expected Behavior

Either the rounded corner has proper transparency or the corners become square similar to when maximized

OS Version

7.x (Horus)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

danirabbit commented 1 year ago

This is unfortunately an issue with LibHandy. Apps using Gtk4 or plain Gtk3 don't have this issue, so the fix is unfortunately to port to Gtk4.

Closing since this is an upstream library issue