sid and did swap fixed

This commit is contained in:
FelixKratz 2021-08-10 12:31:49 +02:00
parent 72b23e6c43
commit 73e65d526b

View file

@ -214,7 +214,7 @@ void bar_refresh(struct bar *bar)
if(bar_item->associated_display > 0 && bar_item->associated_display != did) continue;
if(bar_item->type != BAR_COMPONENT && bar_item->associated_space > 0 && bar_item->associated_space != did) continue;
if(bar_item->type != BAR_COMPONENT && bar_item->associated_space > 0 && bar_item->associated_space != sid) continue;
if (bar_item->position == BAR_POSITION_LEFT) {
icon_position.x = bar_left_final_item_x + bar_item->icon_spacing_left;