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:
Julian Smart
2012-05-14 17:23:56 +00:00
parent 34c5aaa769
commit 3ef12fd203

View File

@@ -666,6 +666,13 @@ void wxRichTextStyleListBox::UpdateStyles()
SendSelectedEvent();
}
}
else
{
m_styleNames.Clear();
SetSelection(wxNOT_FOUND);
SetItemCount(0);
Refresh();
}
}
// Get index for style name