git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2391 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
 #ifdef M_BASEDIR
 #   include "gui/wxllist.h"
 
 #ifdef M_BASEDIR
 #   include "gui/wxllist.h"
 #else
 #   include "wxllist.h"
 #else
 #   include "wxllist.h"
+#   define SHOW_SELECTIONS
 void
 wxLayoutList::StartHighlighting(wxDC &dc)
 {
 void
 wxLayoutList::StartHighlighting(wxDC &dc)
 {
    dc.SetTextForeground(m_ColourBG);
    dc.SetTextBackground(m_ColourFG);
    dc.SetTextForeground(m_ColourBG);
    dc.SetTextBackground(m_ColourFG);
 }
 
 /// Ends highlighting the selection
 void
 wxLayoutList::EndHighlighting(wxDC &dc)
 {
 }
 
 /// Ends highlighting the selection
 void
 wxLayoutList::EndHighlighting(wxDC &dc)
 {
    dc.SetTextForeground(m_ColourFG);
    dc.SetTextBackground(m_ColourBG);
    dc.SetTextForeground(m_ColourFG);
    dc.SetTextBackground(m_ColourBG);