]> git.pld-linux.org Git - packages/bkchem.git/blame - bkchem-reaction_mode.patch
- included partialy in 0.10.0
[packages/bkchem.git] / bkchem-reaction_mode.patch
CommitLineData
bcf068d5 1--- bkchem-0.9.0-old/bkchem/modes.py 2004-11-24 15:08:14.000000000 +0100
2+++ bkchem-0.9.0/bkchem/modes.py 2004-12-18 23:28:34.247257768 +0100
e4e38e6b 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.088918 seconds and 4 git commands to generate.