diff --git a/src/motif/listbox.cpp b/src/motif/listbox.cpp index 6beec8c9e7..045bbc81d0 100644 --- a/src/motif/listbox.cpp +++ b/src/motif/listbox.cpp @@ -624,7 +624,8 @@ void wxListBox::ChangeBackgroundColour() XmNtroughColor, backgroundColour.AllocColour(XtDisplay(vsb)), NULL); - DoChangeBackgroundColour((WXWidget) parent, m_backgroundColour, TRUE); + // MBN: why change parent's background? It looks really ugly. + // DoChangeBackgroundColour((WXWidget) parent, m_backgroundColour, TRUE); } void wxListBox::ChangeForegroundColour()