Fix broken extended border bottom in Aurorae
Swapped top/bottom.
This commit is contained in:
parent
fa29b4141b
commit
4024c3cb13
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ QRegion AuroraeClient::region(KDecorationDefines::Region r)
|
|||
QRect rect = widget()->rect().adjusted(paddingLeft, paddingTop, -paddingRight, -paddingBottom);
|
||||
rect.translate(-paddingLeft, -paddingTop);
|
||||
|
||||
return QRegion(rect.adjusted(-left, -bottom, right, top)).subtract(rect);
|
||||
return QRegion(rect.adjusted(-left, -top, right, bottom)).subtract(rect);
|
||||
}
|
||||
|
||||
} // namespace Aurorae
|
||||
|
|
Loading…
Reference in a new issue