workspace: Unset minimize on unmap
This commit is contained in:
parent
7ac432c013
commit
14a9bd5579
1 changed files with 1 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ impl Workspace {
|
|||
.position(|m| &m.window == mapped)
|
||||
{
|
||||
let state = self.minimized_windows.remove(pos);
|
||||
state.window.set_minimized(false);
|
||||
match state.previous_state {
|
||||
MinimizedState::Sticky { .. } | MinimizedState::Floating { .. } => {
|
||||
was_floating = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue