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
PIM
KNotes
Commits
b4d6fb95
Commit
b4d6fb95
authored
Nov 12, 2020
by
Laurent Montel
😁
Browse files
Only on X11 for theses methods too
parent
f3f8c8b4
Pipeline
#40583
failed with stage
in 10 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/notes/knote.cpp
View file @
b4d6fb95
...
...
@@ -543,7 +543,9 @@ void KNote::slotApplyConfig()
setColor
(
mDisplayAttribute
->
foregroundColor
(),
mDisplayAttribute
->
backgroundColor
());
updateLayout
();
#if KDEPIM_HAVE_X11
slotUpdateShowInTaskbar
();
#endif
resize
(
mDisplayAttribute
->
size
());
}
...
...
@@ -1061,7 +1063,9 @@ void KNote::showEvent(QShowEvent *)
if
(
mDisplayAttribute
->
isHidden
())
{
// KWin does not preserve these properties for hidden windows
updateKeepAboveBelow
(
false
);
#if KDEPIM_HAVE_X11
slotUpdateShowInTaskbar
();
#endif
toDesktop
(
mDisplayAttribute
->
desktop
());
move
(
mDisplayAttribute
->
position
());
auto
*
attr
...
...
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