Fix for event propagation in "single document" doc/view mode.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 May 2013 15:07:28 +0000 (15:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 May 2013 15:07:28 +0000 (15:07 +0000)
commit82dfe81b283888d85bcc3d7516c16e0373b175be
tree69ab2fd2c8e75360f2585c174e8a3783ed5f8857
parentbc4185a458d82c18fc736b23c8f5e6bf5706f17f
Fix for event propagation in "single document" doc/view mode.

Ensure that the events still get to wxDocManager even when we are using the
single document mode in which a view can be directly associated with the
parent frame.

Closes #14314.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp