Browse Source

Another attempt at GTK fix.

6.0.7
Jeff Young 5 years ago
parent
commit
09587ef4fb
  1. 2
      pcbnew/dialogs/dialog_text_properties.cpp

2
pcbnew/dialogs/dialog_text_properties.cpp

@ -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 )

Loading…
Cancel
Save