OSDN Git Service

Fix an issue where a file is deselected when returning to the folder compare window...
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sun, 4 Jul 2021 10:39:16 +0000 (19:39 +0900)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 10:39:16 +0000 (19:39 +0900)
commitdae90356e8af39109b88509fd78367306422bbf1
tree0d0222acae827c8abb5ef4b6e1d3b85094961fcf
parent0327b4db24d28bf58716e3c8ccdc5e7a222623c2
Fix an issue where a file is deselected when returning to the folder compare window after opening the file compare window by double-clicking the file in the folder compare window. (#857)

- CDirView::OnLButtonDblClk() now executes CListView::OnLButtonDblClk() only when it is in focus.
Src/DirView.cpp