diff options
Diffstat (limited to 'src/qt5gtk2-style/qstylehelper.cpp')
| -rw-r--r-- | src/qt5gtk2-style/qstylehelper.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt5gtk2-style/qstylehelper.cpp b/src/qt5gtk2-style/qstylehelper.cpp index 00249ec..091d944 100644 --- a/src/qt5gtk2-style/qstylehelper.cpp +++ b/src/qt5gtk2-style/qstylehelper.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2015 The Qt Company Ltd. * - * Copyright (C) 2016-2022 Ilya Kotov, forkotov02@ya.ru * + * Copyright (C) 2016-2023 Ilya Kotov, forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -224,7 +224,6 @@ void drawDial(const QStyleOptionSlider *option, QPainter *painter) buttonColor.setHsv(buttonColor .hue(), qMin(140, buttonColor .saturation()), qMax(180, buttonColor.value())); - QColor shadowColor(0, 0, 0, 20); if (enabled) { // Drop shadow |
