revert a change committed my mistake (in commit aa3e2988)

This commit is contained in:
jean-pierre charras 2023-07-18 17:14:51 +02:00
parent df11673f86
commit f8fcf3852f
1 changed files with 2 additions and 3 deletions

View File

@ -473,13 +473,12 @@ bool DIALOG_GLOBAL_EDIT_TEARDROPS::TransferDataFromWindow()
}
// If there are no filters then a force-full-update is equivalent, and will be faster.
if( 1 /*&&!m_netFilterOpt->GetValue()
if( !m_netFilterOpt->GetValue()
&& !m_netclassFilterOpt->GetValue()
&& !m_layerFilterOpt->GetValue()
&& !m_roundPadsFilter->GetValue()
&& !m_existingFilter->GetValue()
&& !m_selectedItemsFilter->GetValue()*/
)
&& !m_selectedItemsFilter->GetValue() )
{
commit.Push( _( "Edit Teardrops" ), SKIP_TEARDROPS );