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
Plasma
KWin
Commits
4aefbdd1
Commit
4aefbdd1
authored
May 04, 2021
by
Aleix Pol Gonzalez
🐧
Browse files
--warning
parent
5bd938f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/inputmethod.cpp
View file @
4aefbdd1
...
...
@@ -197,8 +197,8 @@ void InputMethod::handleFocusedSurfaceChanged()
if
(
m_trackedClient
!=
focusedClient
)
{
if
(
m_trackedClient
)
{
m_trackedClient
->
setVirtualKeyboardGeometry
(
QRect
());
disconnect
(
m_trackedClient
,
&
AbstractClient
::
frameGeometryChanged
,
this
,
&
InputMethod
::
updateInputPanelState
);
}
disconnect
(
m_trackedClient
,
&
AbstractClient
::
frameGeometryChanged
,
this
,
&
InputMethod
::
updateInputPanelState
);
m_trackedClient
=
focusedClient
;
connect
(
m_trackedClient
,
&
AbstractClient
::
frameGeometryChanged
,
this
,
&
InputMethod
::
updateInputPanelState
,
Qt
::
QueuedConnection
);
}
...
...
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