]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
maximize the window to the correct display (i.e. the one it is currently on); ShowFul...
[wxWidgets.git] / src / msw / listctrl.cpp
index a2771749ed861e48d20869be99ca053c7c8f5f58..270dd47eab359f8669123dac6226b5bc32235005 100644 (file)
@@ -383,7 +383,7 @@ void wxListCtrl::FreeAllInternalData()
         m_ignoreChangeMessages = TRUE;
         for (i = 0; i < n; i++)
             wxDeleteInternalData(this, i);
-        m_ignoreChangeMessages = TRUE;
+        m_ignoreChangeMessages = FALSE;
 
         m_AnyInternalData = FALSE;
     }