Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Workspace
Commits
0203c0e5
Commit
0203c0e5
authored
Jan 17, 2013
by
Thomas Lübking
Browse files
re-fix resetShowingDesktop invocation
was fixed with
f9e18206
broke it with
3433b31a
REVIEW: 108452 BUG: 302248
parent
31f62664
Changes
1
Hide whitespace changes
Inline
Side-by-side
kwin/client.cpp
View file @
0203c0e5
...
...
@@ -1096,7 +1096,8 @@ void Client::updateVisibility()
internalHide
(
Allowed
);
return
;
}
resetShowingDesktop
(
true
);
if
(
isManaged
())
resetShowingDesktop
(
true
);
internalShow
(
Allowed
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment