X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bc1a8e6f07454fb22d47b17abd9ae066836a510..4aa0010b2b80a51df265dc66af4cc2dfaee92a3b:/wxPython/src/mac/controls2.cpp diff --git a/wxPython/src/mac/controls2.cpp b/wxPython/src/mac/controls2.cpp index 12259ff81a..5f047c61f1 100644 --- a/wxPython/src/mac/controls2.cpp +++ b/wxPython/src/mac/controls2.cpp @@ -3012,6 +3012,7 @@ static PyObject *_wrap_wxListCtrl_SetBackgroundColour(PyObject *self, PyObject * static wxListItem * wxPyListCtrl_GetColumn(wxPyListCtrl *self,int col) { wxListItem item; + item.SetMask(0xFFFF); if (self->GetColumn(col, item)) return new wxListItem(item); else