Commit f705294a by BellCodeEditor

save project

parent d3048b52
Showing with 1 additions and 1 deletions
...@@ -8,6 +8,6 @@ def get_info(self): ...@@ -8,6 +8,6 @@ def get_info(self):
anchor=W, fill='#FF9900) anchor=W, fill='#FF9900)
self.select = tkinter.Radiobutton(self.canvas,image=self.box, self.select = tkinter.Radiobutton(self.canvas,image=self.box,
value=self.val,variable=self.v,) value=self.val,variable=self.v,)
self.select.place(x=0,y=self.y)
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 sign in to comment