]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
renamed gsockmot.cpp to *.c
[wxWidgets.git] / src / msw / listctrl.cpp
index e3372ec70789ab74218b419a1ca4c6211fce2e23..afc8bb65ed35a000257c1c82d20cb5edc4ab748c 100644 (file)
@@ -174,8 +174,7 @@ bool wxListCtrl::DoCreateControl(int x, int y, int w, int h)
     }
 #endif // ListView_SetExtendedListViewStyle
 
-    wxSystemSettings settings;
-    SetBackgroundColour(settings.GetSystemColour(wxSYS_COLOUR_WINDOW));
+    SetBackgroundColour(wxSystemSettings::GetSystemColour(wxSYS_COLOUR_WINDOW));
     SetForegroundColour(GetParent()->GetForegroundColour());
 
     SubclassWin(m_hWnd);
@@ -1569,6 +1568,7 @@ wxListEvent::wxListEvent(wxEventType commandType, int id)
 {
     m_code = 0;
     m_itemIndex = 0;
+    m_oldItemIndex = 0;
     m_col = 0;
     m_cancelled = FALSE;
 }