Skip to content

Commit

Permalink
pin-view: Be more friendly to plugins such as scale (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau authored Aug 14, 2024
1 parent e68ac26 commit 1f6f8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pin-view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ class wayfire_pin_view : public wf::plugin_interface_t
{
toplevel->set_geometry(og);
}

output->wset()->remove_view(toplevel);
}

view->role = wf::VIEW_ROLE_DESKTOP_ENVIRONMENT;
Expand Down

0 comments on commit 1f6f8f0

Please sign in to comment.