]> git.saurik.com Git - wxWidgets.git/commit - src/msw/window.cpp
Fixed precedence order problem for IsShiftDown and IsCtrlDown. (It
authorRobin Dunn <robin@alldunn.com>
Tue, 15 Feb 2000 19:48:19 +0000 (19:48 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 15 Feb 2000 19:48:19 +0000 (19:48 +0000)
commitbe83e8f193b3c7bbd0123a8ce54742354ba14f43
tree54cc682fb29511ca44a5fe649b42c364de9c9c08
parent71b59b447fbb112530576ca7a0bd0824709de886
Fixed precedence order problem for IsShiftDown and IsCtrlDown.  (It
was using the toggle bit instead of the is-down-now bit because of
the order of evaluation of the operators.)

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