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

Related: rhbz#1343766 a11y queries during dispose trigger listbox crashes

though not able to reproduce, I have an in-house complaint similar to

commit f120abb4
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Wed Jun 8 11:35:15 2016 +0100

    Resolves: rhbz#1343766 a11y queries during dispose trigger combobox crashes

except with a listbox in the bt

Change-Id: Id31561e009a1f0ec9272a0e7216296e4017e5688
üst 17722af0
...@@ -1190,6 +1190,8 @@ void ListBox::EnableMultiSelection( bool bMulti, bool bStackSelection ) ...@@ -1190,6 +1190,8 @@ void ListBox::EnableMultiSelection( bool bMulti, bool bStackSelection )
bool ListBox::IsMultiSelectionEnabled() const bool ListBox::IsMultiSelectionEnabled() const
{ {
if (!mpImplLB)
return false;
return mpImplLB->IsMultiSelectionEnabled(); return mpImplLB->IsMultiSelectionEnabled();
} }
......
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