Skip to content

Commit

Permalink
mag: Unminimize view when activating
Browse files Browse the repository at this point in the history
  • Loading branch information
soreau committed Oct 3, 2023
1 parent afdb5a0 commit 33d6c2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ class wayfire_magnifier : public wf::per_output_plugin_instance_t
{
if (mag_view)
{
if (mag_view->minimized)
{
mag_view->set_minimized(false);
}

return;
}

Expand Down

0 comments on commit 33d6c2f

Please sign in to comment.