]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
don't show vertical resize context/arrow when the window is shaded
[chaz/openbox] / openbox / client.c
index d10134023e6e42ad783c62ebf3061a64825677ff..152f2316d8ae5c81312a061c4a484646fd06545b 100644 (file)
@@ -3174,7 +3174,7 @@ void client_shade(ObClient *self, gboolean shade)
     client_change_state(self);
     client_change_wm_state(self); /* the window is being hidden/shown */
     /* resize the frame to just the titlebar */
-    frame_adjust_area(self->frame, FALSE, FALSE, FALSE);
+    frame_adjust_area(self->frame, FALSE, TRUE, FALSE);
 }
 
 void client_close(ObClient *self)
This page took 0.025406 seconds and 4 git commands to generate.