make border rectangular when maximized
BUG: 84210 svn path=/trunk/KDE/kdebase/workspace/; revision=1123666
This commit is contained in:
parent
ffa8b5306c
commit
5bfcd53571
1 changed files with 3 additions and 0 deletions
|
@ -297,6 +297,9 @@ QRegion WebClient::calcMask(void) const
|
||||||
{
|
{
|
||||||
QRegion mask(0, 0, width(), height());
|
QRegion mask(0, 0, width(), height());
|
||||||
|
|
||||||
|
if (maximizeMode() == MaximizeFull)
|
||||||
|
return mask;
|
||||||
|
|
||||||
int r(width());
|
int r(width());
|
||||||
int b(height());
|
int b(height());
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue