Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable filedialogs: catch signal race condition (fixes #180)

Changeset bc6557539e59

Parent c42e6555be5c

by Steve Borho

Changes to one file · Browse files at bc6557539e59 Showing diff from parent c42e6555be5c Diff from another changeset...

 
533
534
535
536
 
537
538
539
 
533
534
535
 
536
537
538
539
@@ -533,7 +533,7 @@
  is changed, so we can update the position of the other file   viewer.   """ - if self._invbarchanged: + if self._invbarchanged or not hasattr(self, '_diffmatch'):   # prevent loops in changes (left -> right -> left ...)   return   self._invbarchanged = True