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:
@@ -415,7 +415,6 @@ bool wxWebViewWebKit::Create(wxWindow *parent,
|
||||
|
||||
/* Place the WebKitWebView in the GtkScrolledWindow */
|
||||
gtk_container_add (GTK_CONTAINER (scrolled_window), web_view);
|
||||
gtk_widget_show(m_widget);
|
||||
gtk_widget_show(web_view);
|
||||
|
||||
g_signal_connect_after(web_view, "notify::load-status",
|
||||
|
||||
Reference in New Issue
Block a user