From eb73e004f329aa6d76f1ededfe964836ac364960 Mon Sep 17 00:00:00 2001 From: Luke Horwell Date: Thu, 13 Jan 2022 18:02:00 +0000 Subject: [PATCH] Fix OutlineCloseButton default for close tab buttons Under Window Decorations, the option "Draw a circle around close button" is unchecked by default. This normally applies to both window and tab close buttons, but tab buttons permanently had the circle visible because this boolean was incorrect. This made it impossible for the user to disable this style via GUI. `OutlineCloseButton=false` had to be explicitly added to `~/.config/breezerc`. Fixes a regression that started in the 5.23 cycle. BUG: 448122 FIXED-IN: 5.24 (cherry picked from commit f2d33bd33e3b823cbb485a03d656226ae0575a6a) --- kstyle/breeze.kcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kstyle/breeze.kcfg b/kstyle/breeze.kcfg index 70e22f28..4fb72a9d 100644 --- a/kstyle/breeze.kcfg +++ b/kstyle/breeze.kcfg @@ -33,7 +33,7 @@ - true + false