don't reconfigure twice
This commit is contained in:
parent
100b54ff7a
commit
83e7a03e3a
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ gint main(gint argc, gchar **argv)
|
||||||
ObClient *c = it->data;
|
ObClient *c = it->data;
|
||||||
|
|
||||||
/* the new config can change the window's decorations */
|
/* the new config can change the window's decorations */
|
||||||
client_setup_decor_and_functions(c, TRUE);
|
client_setup_decor_and_functions(c, FALSE);
|
||||||
/* redraw the frames */
|
/* redraw the frames */
|
||||||
frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
|
frame_adjust_area(c->frame, TRUE, TRUE, FALSE);
|
||||||
/* the decor sizes may have changed, so the windows may
|
/* the decor sizes may have changed, so the windows may
|
||||||
|
|
Loading…
Reference in a new issue