moving cursor update AFTER the mouse event handling, otherwise things like eg drawing...
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Dec 2004 07:12:32 +0000 (07:12 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 29 Dec 2004 07:12:32 +0000 (07:12 +0000)
commit6d63e2fc1689eaf28387eff7e836f49ebb62da51
treecd6f295a31e32e8d9bb7410b7a0b157b56317831
parent4170c465f409cc08c4fa22c971634edd52d83c29
moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/toplevel.cpp