Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Accessibility
KMag
Commits
2c55d1e5
Commit
2c55d1e5
authored
Sep 24, 2012
by
Frederik Gladhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Subscribe to text cursor movements.
parent
fa0f27d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmagzoomview.cpp
kmagzoomview.cpp
+1
-1
No files found.
kmagzoomview.cpp
View file @
2c55d1e5
...
@@ -143,7 +143,7 @@ KMagZoomView::KMagZoomView(QWidget *parent, const char *name)
...
@@ -143,7 +143,7 @@ KMagZoomView::KMagZoomView(QWidget *parent, const char *name)
#ifdef QAccessibilityClient_FOUND
#ifdef QAccessibilityClient_FOUND
//subscribe to focus events from registry
//subscribe to focus events from registry
m_registry
.
subscribeEventListeners
(
QAccessibleClient
::
Registry
::
Focus
);
m_registry
.
subscribeEventListeners
(
QAccessibleClient
::
Registry
::
Focus
|
QAccessibleClient
::
Registry
::
TextCaretMoved
);
#endif
#endif
}
}
...
...
Write
Preview
Markdown
is supported
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