projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Always invoke default action even if dclick is caught from wxListBox (as per wxMSW...
[wxWidgets.git]
/
src
/
common
/
mediactrlcmn.cpp
diff --git
a/src/common/mediactrlcmn.cpp
b/src/common/mediactrlcmn.cpp
index 8812a48efcfba756b769292ad10200982f93969f..6120cada491a7cebc59b3a9affa3c072d0d0838e 100644
(file)
--- a/
src/common/mediactrlcmn.cpp
+++ b/
src/common/mediactrlcmn.cpp
@@
-254,6
+254,7
@@
const wxClassInfo* wxMediaCtrl::NextBackend(wxClassInfo::const_iterator* it)
if ( classInfo->IsKindOf(CLASSINFO(wxMediaBackend)) &&
classInfo != CLASSINFO(wxMediaBackend) )
{
+ ++(*it);
return classInfo;
}
}