fixed compilation under Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -156,8 +156,8 @@ CheckListBoxFrame::CheckListBoxFrame(wxFrame *frame,
|
|||||||
|
|
||||||
delete [] astrChoices;
|
delete [] astrChoices;
|
||||||
|
|
||||||
// not implemented in wxGTK yet
|
// not implemented in other ports yet
|
||||||
#ifndef __WXGTK__
|
#ifdef __WXMSW__
|
||||||
// set grey background for every second entry
|
// set grey background for every second entry
|
||||||
for ( ui = 0; ui < WXSIZEOF(aszChoices); ui += 2 ) {
|
for ( ui = 0; ui < WXSIZEOF(aszChoices); ui += 2 ) {
|
||||||
m_pListBox->GetItem(ui)->SetBackgroundColour(wxColor(200, 200, 200));
|
m_pListBox->GetItem(ui)->SetBackgroundColour(wxColor(200, 200, 200));
|
||||||
|
Reference in New Issue
Block a user