Skip to content

Commit

Permalink
[Fix] Fix compile error.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21828 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Oct 15, 2024
1 parent 0819319 commit 3b8262a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/ChannelManagerDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ void CChannelManagerDlg::OnMButtonDown(UINT /*nFlags*/, CPoint point)
{
CRect rect;
CHANNELINDEX chn = ButtonHit(point, &rect);
if(m_ModDoc != nullptr && chn != CHANNELINDEX_INVALID))
if(m_ModDoc != nullptr && chn != CHANNELINDEX_INVALID)
{
ClientToScreen(&point);
m_quickChannelProperties->Show(m_ModDoc, m_states[chn].sourceChn, point);
Expand Down

0 comments on commit 3b8262a

Please sign in to comment.