https://bugs.kde.org/show_bug.cgi?id=384301
Filip Fila <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/oxygen/-/commit/ad9baee0 |ma/oxygen/-/commit/57661675 |da08fb5c2a5d619b072188bbb1d |5cbaf54be48b82e3104506db04c |71ceb |fea2d --- Comment #10 from Filip Fila <[email protected]> --- Git commit 576616755cbaf54be48b82e3104506db04cfea2d by Filip Fila. Committed on 10/06/2026 at 19:38. Pushed by filipf into branch 'master'. kdecoration: Fix missing windeco buttons (app menu & hide from screencast) This merge request fixes two missing icons with Oxygen's window decoration. The Application Menu icon drawing code was actually present, but was not being hit due to ending up in same pathways as Window Menu. This resulted in two icons of the application being used, which was incorrect. The Exclude From Capture code was missing all together, resulting in blank button. It has been added with the following features now: - when untoggled it has four corner lines representing screenshoting - when toggled an diagonal red line is drawn across indicating that screen recording is forbidden - when toggled the button gets a sunken appearance - when toggled the button gets the blue glow around it, just like the pin button to indicate that it is indeed a toggle Before {width=283 height=158} After {width=282 height=113} {width=283 height=105} (Can't quite show the toggled state since the feature does work :) ) FIXED-IN: 6.7.0 M +16 -0 kdecoration/oxygenbutton.cpp M +2 -2 kdecoration/oxygenbutton.h https://invent.kde.org/plasma/oxygen/-/commit/576616755cbaf54be48b82e3104506db04cfea2d -- You are receiving this mail because: You are watching all bug changes.
