]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectlg.cpp
fixed text fg colour for selected but unfocused items
[wxWidgets.git] / src / generic / treectlg.cpp
index f2b3ca9dde89d3af36e5720f41b46d284d60b949..370cbab69530fa2818c8bf4556e6041fb877def9 100644 (file)
@@ -2018,7 +2018,7 @@ void wxGenericTreeCtrl::PaintLevel( wxGenericTreeItem *item, wxDC &dc, int level
             wxTRANSPARENT_PEN;
 
         wxColour colText;
-        if (item->IsSelected() && m_hasFocus)
+        if ( item->IsSelected() )
         {
             colText = wxSystemSettings::GetSystemColour(wxSYS_COLOUR_HIGHLIGHTTEXT);
         }