remove unnecessary gtk_widget_show(m_widget) calls, PostCreation() takes care of that
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -318,7 +318,6 @@ bool wxSlider::Create(wxWindow *parent,
|
||||
else
|
||||
m_widget = gtk_vbox_new(false, 0);
|
||||
g_object_ref(m_widget);
|
||||
gtk_widget_show( m_widget );
|
||||
gtk_container_add( GTK_CONTAINER(m_widget), m_scale );
|
||||
|
||||
GtkWidget *box;
|
||||
|
||||
Reference in New Issue
Block a user