Skip to content

Commit

Permalink
В некоторых случаях некорректно срабатывала обработка нажатия ЛКМ.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Mar 9, 2024
1 parent 19fc5eb commit dc682f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/apps/mplayerc/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3769,6 +3769,8 @@ void CMainFrame::OnLButtonUp(UINT nFlags, CPoint point)
return;
}

m_bLeftMouseDown = FALSE;

if (AssignedMouseToCmd(MOUSE_CLICK_LEFT, 0) && !m_bFullScreen && !CursorOnD3DFullScreenWindow()) {
MouseMessage(MOUSE_CLICK_LEFT, nFlags, point);
return;
Expand Down

0 comments on commit dc682f1

Please sign in to comment.