]> git.pld-linux.org Git - packages/bkchem.git/blobdiff - bkchem-reaction_mode.patch
- patch to fix use with mouse by piti@jabber.uznam.net.pl
[packages/bkchem.git] / bkchem-reaction_mode.patch
diff --git a/bkchem-reaction_mode.patch b/bkchem-reaction_mode.patch
new file mode 100644 (file)
index 0000000..8ff7488
--- /dev/null
@@ -0,0 +1,16 @@
+--- bkchem-0.9.0/bkchem/modes.py       2004-11-24 15:08:14.000000000 +0100
++++ bkchem-0.9.0-new/bkchem/modes.py   2004-12-17 00:35:49.000000000 +0100
+@@ -1654,8 +1654,12 @@
+           
+       self._mark_reaction()
+       
++  def mouse_down2( self, event, modifiers = []):
++    return
+-
++  def mouse_down3( self, event, modifiers = []):
++    return
++  
+   def _mark_reaction( self):
+     for i in self._items:
+       self.app.paper.delete( i)
This page took 0.075526 seconds and 4 git commands to generate.