Comment 1 for bug 520417

Revision history for this message
Gary van der Merwe (garyvdm) wrote :

It would be easy to hack your own copy of qbzr to do this. Comment the following lines in lib/diffview.py:
241: self.connect(self.browsers[0].verticalScrollBar(), QtCore.SIGNAL("valueChanged(int)"), self.updateHandle1)
242: self.connect(self.browsers[1].verticalScrollBar(), QtCore.SIGNAL("valueChanged(int)"), self.updateHandle2)

I'm not going to do this though. I do have other ideas on how to improve the hunk alignment / scrolling behaviour.