svn path=/trunk/KDE/kdebase/workspace/; revision=527756
This commit is contained in:
Luboš Luňák 2006-04-09 09:47:09 +00:00
parent 443eb30ac8
commit e1b40efb22

View file

@ -541,7 +541,7 @@ bool B2Client::mustDrawHandle() const
if (drawSmallBorders && (maximizeMode() & MaximizeVertical)) {
return false;
} else {
return do_draw_handle & resizable;
return do_draw_handle && resizable;
}
}