mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
bar_update() on cycle_layout() for the indicator.
This commit is contained in:
parent
9a58fa26ba
commit
e2e555b67e
1 changed files with 1 additions and 0 deletions
|
@ -2997,6 +2997,7 @@ cycle_layout(struct swm_region *r, union arg *args)
|
|||
ws->cur_layout = &layouts[0];
|
||||
|
||||
stack();
|
||||
bar_update();
|
||||
|
||||
if (focus_mode == SWM_FOCUS_DEFAULT)
|
||||
event_drain(XCB_ENTER_NOTIFY);
|
||||
|
|
Loading…
Add table
Reference in a new issue