We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0db99c commit 58a5ab5Copy full SHA for 58a5ab5
Scripts/plistwindow.py
@@ -2721,7 +2721,6 @@ def on_double_click(self, event):
2721
return 'break'
2722
elif t.lower() == "boolean":
2723
# Set up the boolean selection menu
2724
- print(self.b_true(),self.b_false())
2725
bool_menu = tk.Menu(self, tearoff=0)
2726
bool_menu.add_command(label=self.b_true(), command=lambda:self.set_bool(self.b_true()))
2727
bool_menu.add_command(label=self.b_false(), command=lambda:self.set_bool(self.b_false()))
0 commit comments