& -> &&
svn path=/trunk/KDE/kdebase/workspace/; revision=527756
This commit is contained in:
parent
443eb30ac8
commit
e1b40efb22
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue