Added painbrush - incomplete

This commit is contained in:
Skyler Lehmkuhl 2012-01-10 23:15:35 -05:00
parent 6803073dc4
commit 97e0a65a73
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ def onKeyDownObj(self, key):
elif key in [" ", "s", "r", "e", "b", "p"]: elif key in [" ", "s", "r", "e", "b", "p"]:
svlgui.MODE=key svlgui.MODE=key
svlgui.set_cursor({" ":"arrow","s":"arrow","r":"crosshair","e":"crosshair", svlgui.set_cursor({" ":"arrow","s":"arrow","r":"crosshair","e":"crosshair",
"b":"arrow","p":"arrow"}}[key], MainWindow.stage) "b":"arrow","p":"arrow"}[key], MainWindow.stage)
elif key=="F6": elif key=="F6":
add_keyframe() add_keyframe()