Skip to content

Fix accessing wrong item data of Compare refs list

Yue Lin Ho requested to merge YueLinHo/tortoisegit:fix into master

Regression of commit d6d37876

It happened after sorting the Compare refs list

2017-07-29_03-43-51

and hiding the unchanged item.

2017-07-29_03-46-16

Because the index value of list control does not equal the index value of the m_RefList anymore.

Edited by Yue Lin Ho

Merge request reports