Skip to content

Commit

Permalink
wx API update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Dec 15, 2023
1 parent 250f48b commit d3a00b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dialogs/listctrlitemviewdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void ListCtrlItemViewDlg::OnButtonClick(wxCommandEvent& event)
{
if (wxCHECK_VERSION(3, 3, 0))
{
m_grid->CopySelected();
m_grid->CopySelection();
}
}
else
Expand Down

0 comments on commit d3a00b0

Please sign in to comment.