1. wxGetOsDescription() function added
2. wxApp::GetComCtlVersion() slightly updated 3. wxToolBar::AddControl() should work on all systems, DeleteTool() added 4. wxListCtrl custom draw changes (custom colours/fonts) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1302,7 +1302,7 @@ void wxListMainWindow::OnRenameAccept()
|
||||
info.m_mask = wxLIST_MASK_TEXT;
|
||||
info.m_itemId = le.m_itemIndex;
|
||||
info.m_text = m_renameRes;
|
||||
info.m_colour = le.m_item.m_colour;
|
||||
info.m_colour = le.m_item.GetTextColour();
|
||||
SetItem( info );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user