Fix mistake in r6642 / git:bb9f1b0

This commit is contained in:
Chris Pavlina 2016-03-22 21:35:44 -04:00
parent bb9f1b00cd
commit db8c72cc9d
1 changed files with 1 additions and 1 deletions

View File

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