removed assert which became incorrect after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2261,8 +2261,6 @@ wxListLineData *wxListMainWindow::GetDummyLine() const
|
||||
|
||||
wxCoord wxListMainWindow::GetLineHeight() const
|
||||
{
|
||||
wxASSERT_MSG( HasFlag(wxLC_REPORT), _T("only works in report mode") );
|
||||
|
||||
// we cache the line height as calling GetTextExtent() is slow
|
||||
if ( !m_lineHeight )
|
||||
{
|
||||
|
Reference in New Issue
Block a user