wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2834,7 +2834,7 @@ bool wxListMainWindow::OnRenameAccept(size_t itemEdit, const wxString& value)
|
||||
le.IsAllowed();
|
||||
}
|
||||
|
||||
void wxListMainWindow::OnRenameCancelled(size_t WXUNUSED(itemEdit))
|
||||
void wxListMainWindow::OnRenameCancelled(size_t itemEdit)
|
||||
{
|
||||
// let owner know that the edit was cancelled
|
||||
wxListEvent le( wxEVT_COMMAND_LIST_END_LABEL_EDIT, GetParent()->GetId() );
|
||||
|
Reference in New Issue
Block a user