uncomment line accidentally left commented out in last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1100,7 +1100,7 @@ void wxTopLevelWindowGTK::SetIcons( const wxIconBundle &icons )
|
||||
// Setting icons before window is realized can cause a GTK assertion if
|
||||
// another TLW is realized before this one, and it has this one as it's
|
||||
// transient parent. The life demo exibits this problem.
|
||||
//if (GTK_WIDGET_REALIZED(m_widget))
|
||||
if (GTK_WIDGET_REALIZED(m_widget))
|
||||
{
|
||||
GList* list = NULL;
|
||||
for (size_t i = icons.GetIconCount(); i--;)
|
||||
|
Reference in New Issue
Block a user