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
Accessibility
KMag
Commits
2c55d1e5
Commit
2c55d1e5
authored
Sep 24, 2012
by
Frederik Gladhorn
Browse files
Subscribe to text cursor movements.
parent
fa0f27d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmagzoomview.cpp
View file @
2c55d1e5
...
...
@@ -143,7 +143,7 @@ KMagZoomView::KMagZoomView(QWidget *parent, const char *name)
#ifdef QAccessibilityClient_FOUND
//subscribe to focus events from registry
m_registry
.
subscribeEventListeners
(
QAccessibleClient
::
Registry
::
Focus
);
m_registry
.
subscribeEventListeners
(
QAccessibleClient
::
Registry
::
Focus
|
QAccessibleClient
::
Registry
::
TextCaretMoved
);
#endif
}
...
...
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