applied Unicode fixes for mingw32 (patch 429654)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ bool wxGridCellEnumEditor::EndEdit(int row, int col, wxGrid* grid)
|
||||
if (grid->GetTable()->CanSetValueAs(row, col, wxGRID_VALUE_NUMBER))
|
||||
grid->GetTable()->SetValueAsLong(row, col, pos);
|
||||
else
|
||||
grid->GetTable()->SetValue(row, col,wxString::Format("%i",pos));
|
||||
grid->GetTable()->SetValue(row, col,wxString::Format(wxT("%i"),pos));
|
||||
}
|
||||
|
||||
return changed;
|
||||
|
Reference in New Issue
Block a user