Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/ImageThought.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/ImageThought.py')
-rw-r--r--src/ImageThought.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ImageThought.py b/src/ImageThought.py
index 9fbc947..2f4a5f1 100644
--- a/src/ImageThought.py
+++ b/src/ImageThought.py
@@ -133,10 +133,6 @@ class ImageThought (ResizableThought):
if ResizableThought.process_button_down(self, event, coords):
return True
- if event.button == 1 and self.editing and not self.pic:
- self.journal_open_image()
- return True
-
return False
def process_button_release (self, event, transformed):