the left and right resize handles are the border, not grips
This commit is contained in:
parent
cf5c75420a
commit
ff681544e4
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
|
||||||
} else
|
} else
|
||||||
XUnmapWindow(ob_display, self->handle);
|
XUnmapWindow(ob_display, self->handle);
|
||||||
|
|
||||||
if (self->decorations & OB_FRAME_DECOR_GRIPS) {
|
if (self->decorations & OB_FRAME_DECOR_BORDER) {
|
||||||
XMoveResizeWindow(ob_display, self->leftresize,
|
XMoveResizeWindow(ob_display, self->leftresize,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue