1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 10:50:30 +03:00

disable "visibility improvement" for !compositing

This commit is contained in:
Michail Vourlakos 2018-03-31 02:02:33 +03:00
parent a93ecfe65d
commit 18151ec023

View File

@ -1728,7 +1728,7 @@ DragDrop.DropArea {
readonly property real themeBackgroundColorLuma: 0.2126*backColorRs + 0.7152*backColorGs + 0.0722*backColorBs
readonly property real themeTextColorLuma: 0.2126*textColorRs + 0.7152*textColorGs + 0.0722*textColorBs
property bool isShown: active && !forceSolidPanel && plasmoid.configuration.solidBackgroundForMaximized && !root.editMode
property bool isShown: active && !forceSolidPanel && plasmoid.configuration.solidBackgroundForMaximized && !root.editMode && Latte.WindowSystem.compositingActive
property real currentBackgroundLuminas: -1000