Kaydet (Commit) 0ac093f3 authored tarafından David Tardon's avatar David Tardon

mpAccessibleConsole is not a child of itself .-)

üst 4b663231
...@@ -688,7 +688,7 @@ void PresenterAccessible::UpdateAccessibilityHierarchy ( ...@@ -688,7 +688,7 @@ void PresenterAccessible::UpdateAccessibilityHierarchy (
{ {
if (mpAccessibleNotes.is()) if (mpAccessibleNotes.is())
{ {
mpAccessibleConsole->RemoveChild(mpAccessibleConsole.get()); mpAccessibleConsole->RemoveChild(mpAccessibleNotes);
mpAccessibleNotes = NULL; mpAccessibleNotes = NULL;
} }
......
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