use computed justification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-12-07 07:18:03 +00:00
parent 964c139b07
commit 41e2aad530

View File

@@ -881,7 +881,7 @@ void wxTextCtrl::GTKSetJustification()
else // wxTE_LEFT == 0 else // wxTE_LEFT == 0
just = GTK_JUSTIFY_LEFT; just = GTK_JUSTIFY_LEFT;
gtk_text_view_set_justification( GTK_TEXT_VIEW(m_text), GTK_JUSTIFY_CENTER ); gtk_text_view_set_justification(GTK_TEXT_VIEW(m_text), just);
} }
else // single line else // single line
{ {