WinMerge / winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
https://winmerge.org/
GNU General Public License v2.0
6.05k stars 773 forks source link

Refresh selected shows wrong file names being compared #2338

Closed YecineM closed 6 days ago

YecineM commented 1 month ago

After comparing two folders, when I try to refresh a selected subfolder (Ctrl + F5), the lower pane shows a wrong file name (outside of that subfolder) that is being compared. I use windows 10 on a 64-bit machine.

sdottaka commented 1 month ago

Could you post a screenshot of before and after the refresh?

YecineM commented 1 month ago

during initial compare :

b4

finished initial compare:

b42

during "biotech" folder compare:

after

sdottaka commented 1 month ago

Ah, I think I've managed to reproduce the issue. I'll take a look at it later. Thank you for attaching the screenshot.

sdottaka commented 1 month ago

The issue has been fixed by commit f62b2e5. Thank you for your report.