]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo
authorRobin Dunn <robin@alldunn.com>
Thu, 11 Nov 2004 20:58:44 +0000 (20:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 11 Nov 2004 20:58:44 +0000 (20:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/ogl/_basic.py

index bef03241e6062a4495233f3268c773f7db27d5a5..91786506192788087a37950773aecc80cf061c8d 100644 (file)
@@ -2227,7 +2227,7 @@ class Shape(ShapeEvtHandler):
             elif pt._type == CONTROL_POINT_VERTICAL:
                 newX1 = pt._controlPointDragStartX
                 newX2 = newX1 + pt._controlPointDragStartWidth
-            elif pt._type == CONTROL_POINT_DIAGONAL and (keys & KEYS or self.GetMaintainAspectRatio()):
+            elif pt._type == CONTROL_POINT_DIAGONAL and (keys & KEY_SHIFT or self.GetMaintainAspectRatio()):
                 newH = (newX2 - newX1) * (float(pt._controlPointDragStartHeight) / pt._controlPointDragStartWidth)
                 if pt.GetY() > pt._controlPointDragStartY:
                     newY2 = newY1 + newH