Commit 470ab934 authored by Duane Johnson's avatar Duane Johnson

XYButtons enabled default to false again

parent b3658bfe
......@@ -37,7 +37,7 @@ class XYButtons(BufferedCanvas):
self.corner = None
self.moveCallback = moveCallback
self.cornerCallback = cornerCallback
self.enabled = True
self.enabled = False
BufferedCanvas.__init__(self, parent, ID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment