DnD fixes
Image fixes Clipboard API git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -443,8 +443,10 @@ wxMenuItem *wxMenu::FindItem(int id) const
|
||||
node = node->Next();
|
||||
}
|
||||
|
||||
wxLogDebug( "wxMenu::FindItem: item %d not found.", id);
|
||||
|
||||
// Not finding anything here can be correct
|
||||
// when search the entire menu system for
|
||||
// an entry -> no error message.
|
||||
|
||||
return (wxMenuItem *) NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user