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:
@@ -881,7 +881,7 @@ void wxTextCtrl::GTKSetJustification()
|
||||
else // wxTE_LEFT == 0
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user