Skip to content

Commit

Permalink
Repaint taskbar when windows_selector closes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanc3 committed May 27, 2021
1 parent 947582f commit 726a7a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/windows_selector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ static void when_closed(AppClient *client) {
app_timeout_stop(client->app, client, pii->data->possibly_open_timeout_fd);
pii->data->possibly_stop_timeout_fd = -1;
pii->data->possibly_open_timeout_fd = -1;
if (auto c = client_by_name(app, "taskbar")) {
request_refresh(app, c);
}
}

void start_windows_selector(Container *container, selector_type selector_state) {
Expand Down

0 comments on commit 726a7a5

Please sign in to comment.