Skip to content

Commit

Permalink
XYButtons enabled default to false again
Browse files Browse the repository at this point in the history
  • Loading branch information
chicagoduane committed Nov 12, 2011
1 parent b3658bf commit 470ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xybuttons.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, parent, moveCallback=None, cornerCallback=None, ID=-1):
self.corner = None
self.moveCallback = moveCallback
self.cornerCallback = cornerCallback
self.enabled = True
self.enabled = False

BufferedCanvas.__init__(self, parent, ID)

Expand Down

0 comments on commit 470ab93

Please sign in to comment.