From db8c72cc9d025f76e6a45b4a9db90bc0bee6a8a3 Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Tue, 22 Mar 2016 21:35:44 -0400 Subject: [PATCH] Fix mistake in r6642 / git:bb9f1b0 --- eeschema/dialogs/dialog_rescue_each.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/dialogs/dialog_rescue_each.cpp b/eeschema/dialogs/dialog_rescue_each.cpp index 3c3d30fd37..054594f5f9 100644 --- a/eeschema/dialogs/dialog_rescue_each.cpp +++ b/eeschema/dialogs/dialog_rescue_each.cpp @@ -90,7 +90,7 @@ DIALOG_RESCUE_EACH::DIALOG_RESCUE_EACH( SCH_EDIT_FRAME* aParent, RESCUER& aRescu m_lblInfo->SetLabel( info_message ); m_componentViewOld->SetLayoutDirection( wxLayout_LeftToRight ); - m_componentViewNew->SetLayoutDirection( wxLayout_RightToLeft ); + m_componentViewNew->SetLayoutDirection( wxLayout_LeftToRight ); }