]> git.saurik.com Git - wxWidgets.git/commit
Moved check for m_lastKeydownProcessed to WM_CHAR case because I think
authorRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2002 20:26:49 +0000 (20:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2002 20:26:49 +0000 (20:26 +0000)
commitd9f14e167ecc621c4bd146e3c1edaee85d88a6c0
treee350c771e8c81f33a38c5097927eaaa82698737a
parent301dfd6748f54e3a6719fef85ca1f1b0787db884
Moved check for m_lastKeydownProcessed to WM_CHAR case because I think
Vadim was asleep when he moved it out of HandleChar to the end of the
WM_KEY_DOWN case. <wink>  It would never be true where the check was
before...

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