Fix accidental commit of debugging change.

This commit is contained in:
Jeff Young 2019-07-27 23:33:34 -06:00
parent 0a0eb35ee8
commit 70270f5bd1
1 changed files with 1 additions and 1 deletions

View File

@ -1054,7 +1054,7 @@ void SCH_EDIT_TOOL::editComponentFieldText( SCH_FIELD* aField )
DIALOG_SCH_EDIT_ONE_FIELD dlg( m_frame, title, aField );
// The footprint field dialog can invoke a KIWAY_PLAYER so we must use a quasi-modal
if( dlg.ShowModal() != wxID_OK )
if( dlg.ShowQuasiModal() != wxID_OK )
return;
dlg.UpdateField( aField, g_CurrentSheet );