Skip to content

Commit

Permalink
view-impl: fix emission of disappeared signal
Browse files Browse the repository at this point in the history
Fixes #1700
  • Loading branch information
ammen99 committed Jan 23, 2023
1 parent 9a770a3 commit 1d223a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/view-impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ void wf::view_interface_t::emit_view_unmap()
get_output()->emit(&data);

view_disappeared_signal disappeared_data;
data.view = self();
disappeared_data.view = self();
get_output()->emit(&disappeared_data);
}

Expand Down

0 comments on commit 1d223a1

Please sign in to comment.