From 09587ef4fb621b9d799e272f6a1f33ae640cd72d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 26 Nov 2020 00:05:57 +0000 Subject: [PATCH] Another attempt at GTK fix. --- pcbnew/dialogs/dialog_text_properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_text_properties.cpp b/pcbnew/dialogs/dialog_text_properties.cpp index 8c3d8d17d5..2d339ae313 100644 --- a/pcbnew/dialogs/dialog_text_properties.cpp +++ b/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 )