Fix outlined restore button

svn path=/trunk/KDE/kdebase/workspace/; revision=831828
icc-effect-5.14.5
Huynh Huu Long 2008-07-13 11:57:48 +00:00
parent d29c446e3c
commit e4f63dfe29
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ void OxygenButton::drawIcon(QPainter *p, QPalette &pal, ButtonType &type)
QPoint points[4] = {QPoint(9, 6), QPoint(12, 9), QPoint(9, 12), QPoint(6, 9)};
//QPoint points[4] = {QPoint(9, 5), QPoint(13, 9), QPoint(9, 13), QPoint(5, 9)};
p->drawPolygon(points, 4);
p->translate(-1.5, -1.5);
break;
}
}