mirror of
https://github.com/FelixKratz/SketchyBar
synced 2025-02-17 04:58:28 +00:00
properly remove subwindows from window ordering groups
This commit is contained in:
parent
cbacd0d5e2
commit
c64e242419
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ void bar_order_item_windows(struct bar* bar, int mode) {
|
|||
if (!bar_draws_item(bar, bar_item)) continue;
|
||||
|
||||
struct window* window = bar_item_get_window(bar_item, bar->adid);
|
||||
SLSRemoveFromOrderingGroup(g_connection, window->id);
|
||||
window_set_level(window, g_bar_manager.window_level);
|
||||
|
||||
if (previous_window) {
|
||||
|
|
Loading…
Add table
Reference in a new issue