Kaydet (Commit) c9562064 authored tarafından Caolán McNamara's avatar Caolán McNamara

make GetAccessibleRelationMemberOf use SetAccessibleRelationMemberOf values

Change-Id: Ia413ac220c8d942576c29be6238c75c5061ec156
üst c294a21d
...@@ -1334,6 +1334,9 @@ Window* Window::GetAccessibleRelationLabeledBy() const ...@@ -1334,6 +1334,9 @@ Window* Window::GetAccessibleRelationLabeledBy() const
Window* Window::GetAccessibleRelationMemberOf() const Window* Window::GetAccessibleRelationMemberOf() const
{ {
if ( mpWindowImpl->mpAccessibleInfos && mpWindowImpl->mpAccessibleInfos->pMemberOfWindow )
return mpWindowImpl->mpAccessibleInfos->pMemberOfWindow;
Window* pWindow = NULL; Window* pWindow = NULL;
Window* pFrameWindow = GetParent(); Window* pFrameWindow = GetParent();
if ( !pFrameWindow ) if ( !pFrameWindow )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment