Compare commits
1 Commits
ea1ac6490a
...
dev
Author | SHA1 | Date | |
---|---|---|---|
c51efebf95 |
@ -393,7 +393,7 @@ class Command_prompt(Label):
|
|||||||
elif argv[2]=="2square":
|
elif argv[2]=="2square":
|
||||||
self.app.painter.shape=Square2
|
self.app.painter.shape=Square2
|
||||||
else:
|
else:
|
||||||
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk"
|
self.message="error: unrecognized shape '"+argv[2]+"'; supported shapes are cross|disk|staircase|2square"
|
||||||
return
|
return
|
||||||
|
|
||||||
# toggle grid
|
# toggle grid
|
||||||
|
Reference in New Issue
Block a user