Another attempt at GTK fix.

This commit is contained in:
Jeff Young 2020-11-26 00:05:57 +00:00
parent 96acb12295
commit 09587ef4fb
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void DIALOG_TEXT_PROPERTIES::OnSetFocusText( wxFocusEvent& event )
// "[NSAlert runModal] may not be invoked inside of transaction begin/commit pair"
// bug. See: https://bugs.launchpad.net/kicad/+bug/1837225
if( m_fpText->GetType() == FP_TEXT::TEXT_is_REFERENCE )
m_TextCtrl->Update();
m_SingleLineText->Update();
#endif
if( m_fpText->GetType() == FP_TEXT::TEXT_is_REFERENCE )