Skip to content
Snippets Groups Projects
Commit 47fd4c38 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

layoutmanager: fix popFullScreenItem

Change-Id: I79780d4ad570846e6f3c52734dd627bcd0e11327
parent d55b7ecb
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ QtObject {
// Only leave fullscreen mode if our window isn't in fullscreen
// mode already.
if (priv.fullScreenItems.length === 0) {
if (priv.fullScreenItems.length === 0 && priv.windowedVisibility !== Window.Hidden) {
// Simply recall the last visibility state.
visibility = priv.windowedVisibility
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment