summary refs log tree commit diff
path: root/src/ui/DropShadow.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 22:30:12 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 22:30:12 +0100
commitbb290f9fecc48d407c2bc75a64b0e8a94bc3aeba (patch)
tree4a663d6987c615c9c2b01bec903bfe125ee58cf3 /src/ui/DropShadow.cpp
parentRemove unused button class (diff)
downloadnheko-bb290f9fecc48d407c2bc75a64b0e8a94bc3aeba.tar.xz
Fix more warnings and remove dead code
Diffstat (limited to '')
-rw-r--r--src/ui/DropShadow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/DropShadow.cpp b/src/ui/DropShadow.cpp

index 31d13b93..9a5c6372 100644 --- a/src/ui/DropShadow.cpp +++ b/src/ui/DropShadow.cpp
@@ -100,7 +100,7 @@ DropShadow::draw(QPainter &painter, painter.drawRoundedRect(QRectF(topright0, topright1), 0.0, 0.0); // Widget - painter.setBrush(QBrush("#FFFFFF")); + painter.setBrush(QBrush(QColor(0xff, 0xff, 0xff))); painter.setRenderHint(QPainter::Antialiasing); painter.drawRoundedRect( QRectF(QPointF(margin, margin), QPointF(width - margin, height - margin)), radius, radius);