]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/editors.cpp
Update OpenVMS compile support
[wxWidgets.git] / src / propgrid / editors.cpp
index ae1d0c79b2a04b6a4ac90aead76b5b346673b5ee..87ea4c0d882769f996f56d3b6f065df7dafc28dd 100644 (file)
@@ -691,6 +691,8 @@ void wxPropertyGrid::OnComboItemPaint( const wxPGComboBox* pCb,
 
         if ( flags & wxODCB_PAINTING_CONTROL )
             renderFlags |= wxPGCellRenderer::Control;
+        else
+            renderFlags |= wxPGCellRenderer::ChoicePopup;
 
         if ( flags & wxODCB_PAINTING_SELECTED )
             renderFlags |= wxPGCellRenderer::Selected;