diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-26 16:14:46 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-26 16:14:46 -0500 |
commit | 9aae6f2aac200d11b9f1cc90d745ffe68b735e3a (patch) | |
tree | 971fad763ad7e74ac75e05ced9e282142304fb73 /src/editorui | |
parent | dcd8c9c20aa883d056862d0ba7c53fd7b06edc49 (diff) | |
download | koopatlas-9aae6f2aac200d11b9f1cc90d745ffe68b735e3a.tar.gz koopatlas-9aae6f2aac200d11b9f1cc90d745ffe68b735e3a.zip |
fixed a doodad release on multi-edit bug
Diffstat (limited to 'src/editorui')
-rw-r--r-- | src/editorui/doodads.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editorui/doodads.py b/src/editorui/doodads.py index 068c420..bdba4d4 100644 --- a/src/editorui/doodads.py +++ b/src/editorui/doodads.py @@ -55,7 +55,6 @@ class KPEditorDoodad(KPEditorItem): print thong print type(thong) - def setEditorData(self, editor, index): |