]> git.pld-linux.org Git - packages/bkchem.git/commitdiff
- patch to fix use with mouse by piti@jabber.uznam.net.pl
authorundefine <undefine@pld-linux.org>
Fri, 17 Dec 2004 21:48:46 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bkchem-reaction_mode.patch -> 1.1

bkchem-reaction_mode.patch [new file with mode: 0644]

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.034871 seconds and 4 git commands to generate.