Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
d449ab5e
Commit
d449ab5e
authored
Oct 03, 2022
by
Vlad Zahorodnii
Browse files
Reset m_delayFocusWindow in Workspace::cancelDelayFocus()
CCBUG: 459860
(cherry picked from commit
d2899928
)
parent
0b3ab521
Pipeline
#241968
failed with stage
in 19 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/workspace.cpp
View file @
d449ab5e
...
...
@@ -1581,6 +1581,7 @@ void Workspace::cancelDelayFocus()
{
delete
delayFocusTimer
;
delayFocusTimer
=
nullptr
;
m_delayFocusWindow
=
nullptr
;
}
bool
Workspace
::
checkStartupNotification
(
xcb_window_t
w
,
KStartupInfoId
&
id
,
KStartupInfoData
&
data
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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