Fix painting of bottom left shadow corner
This commit is contained in:
parent
c499a437f8
commit
db2638cf60
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ void DefaultWindowHelper::updateRoundingOverlay() {
|
||||||
rect.topRight() - QPoint(radiusWithFix, 0),
|
rect.topRight() - QPoint(radiusWithFix, 0),
|
||||||
radiusSize
|
radiusSize
|
||||||
)) || clip.intersects(QRect(
|
)) || clip.intersects(QRect(
|
||||||
rect.bottomRight() - QPoint(0, radiusWithFix),
|
rect.bottomLeft() - QPoint(0, radiusWithFix),
|
||||||
radiusSize
|
radiusSize
|
||||||
)) || clip.intersects(QRect(
|
)) || clip.intersects(QRect(
|
||||||
rect.bottomRight() - QPoint(radiusWithFix, radiusWithFix),
|
rect.bottomRight() - QPoint(radiusWithFix, radiusWithFix),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue