Clear styles popup if there is no style sheet
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -666,6 +666,13 @@ void wxRichTextStyleListBox::UpdateStyles()
|
||||
SendSelectedEvent();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_styleNames.Clear();
|
||||
SetSelection(wxNOT_FOUND);
|
||||
SetItemCount(0);
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
// Get index for style name
|
||||
|
||||
Reference in New Issue
Block a user