no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,8 +120,8 @@ bool wxButton::Create( wxWindow *parent, wxWindowID id, const wxString &label,
|
||||
y_alignment = 1.0;
|
||||
|
||||
gtk_misc_set_alignment (GTK_MISC (BUTTON_CHILD (m_widget)),
|
||||
x_alignment, y_alignment);
|
||||
|
||||
x_alignment, y_alignment);
|
||||
|
||||
SetLabel( label );
|
||||
|
||||
if (style & wxNO_BORDER)
|
||||
|
Reference in New Issue
Block a user