]> git.pld-linux.org Git - packages/bkchem.git/blob - bkchem-reaction_mode.patch
- included partialy in 0.10.0
[packages/bkchem.git] / bkchem-reaction_mode.patch
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
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.054945 seconds and 3 git commands to generate.