]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
When used from wxHtmlListBox it's possible for GetWindow to return NULL.
[wxWidgets.git] / src / generic / listctrl.cpp
index 889007ba509afe92ff0201ec47bd0ee73282bff9..33b696bd23cd94633b94e7b9fda69eb673f5e45a 100644 (file)
@@ -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 )
     {