eeschema: Clean up last RefreshRect

Unimplemented call in GAL canvas.
This commit is contained in:
Seth Hillbrand 2019-02-17 09:18:14 -08:00
parent de625e81cb
commit d1c9dd67ac
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ bool DIALOG_LABEL_EDITOR::TransferDataFromWindow()
m_Parent->GetScreen()->m_BlockLocate.GetState() != STATE_NO_BLOCK )
m_Parent->SaveCopyInUndoList( m_CurrentText, UR_CHANGED );
m_Parent->GetCanvas()->RefreshDrawingRect( m_CurrentText->GetBoundingBox() );
m_Parent->GetCanvas()->Refresh();
text = m_activeTextEntry->GetValue();