Don't send events for disabled ribbon bar buttons.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:49:20 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Sep 2012 23:49:20 +0000 (23:49 +0000)
commit209dc298e23ed61ee17dd063bf7cd397209f473c
tree7c97ad2b8941442027dbb5dad9fa223e5b3f2c7c
parenteae48ea12d199e78aeea3447b25f12cd92311926
Don't send events for disabled ribbon bar buttons.

Hover and activation events were sent even for the disabled buttons which was
unexpected and inconsistent with wxRibbonToolBar, so don't do it.

Closes #14709.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/ribbon/ribbondemo.cpp
src/ribbon/buttonbar.cpp