make border rectangular when maximized

BUG: 84210


svn path=/trunk/KDE/kdebase/workspace/; revision=1123666
icc-effect-5.14.5
Thomas Lübking 2010-05-06 15:15:09 +00:00
parent ffa8b5306c
commit 5bfcd53571
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@ QRegion WebClient::calcMask(void) const
{
QRegion mask(0, 0, width(), height());
if (maximizeMode() == MaximizeFull)
return mask;
int r(width());
int b(height());