Fix typo.

This commit is contained in:
Jeff Young 2023-10-18 17:25:54 +01:00
parent 16ec0faa7a
commit 7447700735
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ int PCB_SELECTION_TOOL::Main( const TOOL_EVENT& aEvent )
try
{
m_frame->GetPcbNewSettings()->m_TrackDragAction;
trackDragAction = m_frame->GetPcbNewSettings()->m_TrackDragAction;
}
catch( const std::runtime_error& e )
{