Skip to content

fix not removing views from workspace preview issues#481

Open
rpaciorek wants to merge 1 commit into
WayfireWM:masterfrom
rpaciorek:workspace_switcher_bugfix
Open

fix not removing views from workspace preview issues#481
rpaciorek wants to merge 1 commit into
WayfireWM:masterfrom
rpaciorek:workspace_switcher_bugfix

Conversation

@rpaciorek

Copy link
Copy Markdown
  • fixed not removing closed or minimalised window from workspace-switcher grid preview
    • loop and line WayfireWorkspaceWindow *w = (WayfireWorkspaceWindow*)widget; caused removing fist processed overlay instead of related to a closed window
  • fixed not removing closed window on not current workspace from workspace-switcher grid preview
    • windows was cleared in clear_box but overlay child was not removed which led to overlays being duplicated when switching workspaces

* fixed not removing closed or minimalised window
  * loop and line `WayfireWorkspaceWindow *w = (WayfireWorkspaceWindow*)widget;`
    caused removing fist processed overlay instead of related to a closed window
* fixed not removing closed window on not current workspace
  * `windows` was cleared in `clear_box` but `overlay` child was not removed
    which led to overlays being duplicated when switching workspaces
@rpaciorek rpaciorek changed the title fix not remove views from workspace preview issues fix not removing views from workspace preview issues Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant