]> git.saurik.com Git - wxWidgets.git/commit
Avoid forcing wxYield() after wxUIActionSimulator::MouseMove() in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Jul 2013 20:23:58 +0000 (20:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Jul 2013 20:23:58 +0000 (20:23 +0000)
commitbdbdb4d18173951919a62187754af26665e8c677
tree864823321c25dc318979459055c624b6dbbcb24f
parentec34e73ca98392d09aec6f45a0cfbb565301b8b4
Avoid forcing wxYield() after wxUIActionSimulator::MouseMove() in wxGTK.

Yield (for input events only) inside this function itself instead of forcing
all the code using this function to call wxYield() after it as otherwise the
mouse position change is not taken into account by the subsequent simulated
events.

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