projects
/
platform
/
core
/
accessibility
/
screen-reader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed7819
)
Clearing highlight on view content change
22/128322/1
author
Pawel Kurowski
<p.kurowski2@samsung.com>
Mon, 8 May 2017 14:56:46 +0000
(16:56 +0200)
committer
Pawel Kurowski
<p.kurowski2@samsung.com>
Mon, 8 May 2017 14:56:46 +0000
(16:56 +0200)
Change-Id: If5c1591c5dde96c1ae0f034f6209606a49a9802c
src/navigator.c
patch
|
blob
|
history
diff --git
a/src/navigator.c
b/src/navigator.c
index efeff3f1b7b30f88295c1d08b7be5cb2f1454e01..27099f48e2284475f180acd513671d928006f53d 100644
(file)
--- a/
src/navigator.c
+++ b/
src/navigator.c
@@
-2033,6
+2033,7
@@
static void _view_content_changed(AtspiAccessible *root, void *user_data)
if (!widget_has_state(root, ATSPI_STATE_SHOWING))
return;
+ _current_highlight_object_set(nd, NULL, NULL, NULL, NULL, HIGHLIGHT_FIRST);
flat_navi_context_free(sd->flat_navi_context);
sd->flat_navi_context = flat_navi_context_create();
if (sd->flat_navi_context == NULL) {