Skip to content

Commit

Permalink
sync: from linuxdeepin/qt5integration
Browse files Browse the repository at this point in the history
Synchronize source files from linuxdeepin/qt5integration.

Source-pull-request: linuxdeepin/qt5integration#241
  • Loading branch information
deepin-ci-robot committed Aug 30, 2024
1 parent f9dbbcb commit 11d5141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleplugins/chameleon/chameleonstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3396,7 +3396,7 @@ void ChameleonStyle::drawComplexControl(QStyle::ComplexControl cc, const QStyleO
p->setPen(pen);
p->setRenderHint(QPainter::Antialiasing);

QColor color = getColor(opt, DPalette::ObviousBackground, w); //绘画的右侧/上侧的滑槽颜色一定是灰
QColor color = adjustColor(getColor(opt, DPalette::ObviousBackground, w), 0, 0, 0, 0, 0, 0, +15); //绘画的右侧/上侧的滑槽颜色一定是灰

// 属性启用灰色滑槽
QVariant prop = dslider ? const_cast<DSlider *>(dslider)->slider()->property("_d_dtk_sldier_across") : QVariant();
Expand Down

0 comments on commit 11d5141

Please sign in to comment.