]> git.pld-linux.org Git - packages/bkchem.git/blame - bkchem-reaction_mode.patch
- patch to fix use with mouse by piti@jabber.uznam.net.pl
[packages/bkchem.git] / bkchem-reaction_mode.patch
CommitLineData
e4e38e6b 1--- bkchem-0.9.0/bkchem/modes.py 2004-11-24 15:08:14.000000000 +0100
2+++ bkchem-0.9.0-new/bkchem/modes.py 2004-12-17 00:35:49.000000000 +0100
3@@ -1654,8 +1654,12 @@
4
5 self._mark_reaction()
6
7+ def mouse_down2( self, event, modifiers = []):
8+ return
9
10-
11+ def mouse_down3( self, event, modifiers = []):
12+ return
13+
14 def _mark_reaction( self):
15 for i in self._items:
16 self.app.paper.delete( i)
This page took 0.078968 seconds and 4 git commands to generate.