Skip to content

Commit

Permalink
Add One-Hand mice wheel scroll diff and merge (WinMerge#2435) (4). Re…
Browse files Browse the repository at this point in the history
…move compiler warnings
  • Loading branch information
sdottaka committed Sep 18, 2024
1 parent c37d7d1 commit e3ad7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,7 @@ BOOL CMainFrame::OnToolTipText(UINT, NMHDR* pNMHDR, LRESULT* pResult)
,{ID_L2RNEXT, ID_MICE_L2RNEXT}
,{ID_R2LNEXT, ID_MICE_R2LNEXT}
};
auto mID = miceShortcut.find(nID);
auto mID = miceShortcut.find(static_cast<UINT>(nID));
if (mID != miceShortcut.end())
{
nID = mID->second;
Expand Down

0 comments on commit e3ad7b6

Please sign in to comment.