OSDN Git Service

Fixed processing that uses GetAsyncKeyState(). (#505)
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sat, 12 Dec 2020 10:44:23 +0000 (19:44 +0900)
committerGitHub <noreply@github.com>
Sat, 12 Dec 2020 10:44:23 +0000 (19:44 +0900)
commitf0813c5debeb092e975612af6971ae57e44671e0
treea793e0da218785150ca1a239ed248c53e7e1ef66
parentae31dd1b8e816d498ba0fb8dd0ce4c62db13e0c0
Fixed processing that uses GetAsyncKeyState(). (#505)

- Fixed the behaviour in the function CMainFrame::OnDropFiles() that when drag and drop is performed after pressing the control key,
  it behaves as if drag and drop is performed while pressing the control key.
- Fixed the behaviour in the function CImgMergeFrame::OnChildPaneEvent() that when an arrow key is pressed after pressing the shift key or control key,
  it behaves as if the arrow key is pressed while pressing the shift key or control key.
Src/ImgMergeFrm.cpp
Src/MainFrm.cpp