Update lamba capture

This commit is contained in:
Marek Roszko 2024-04-12 22:59:24 -04:00
parent 1607729cf7
commit 7a67151a22
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ void DIALOG_DRC::SelectMarker( const PCB_MARKER* aMarker )
m_markersTreeModel->SelectMarker( aMarker );
CallAfter(
[=]
[this, aMarker]
{
m_markersTreeModel->CenterMarker( aMarker );
} );