Revert. Crashes single-line wxTextCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2750,8 +2750,8 @@ void wxWindowGTK::PostCreation()
|
||||
|
||||
g_signal_connect (m_focusWidget, "focus_in_event",
|
||||
G_CALLBACK (gtk_window_focus_in_callback), this);
|
||||
g_signal_connect (m_focusWidget, "focus_out_event",
|
||||
G_CALLBACK (gtk_window_focus_out_callback), this);
|
||||
g_signal_connect_after (m_focusWidget, "focus_out_event",
|
||||
G_CALLBACK (gtk_window_focus_out_callback), this);
|
||||
}
|
||||
|
||||
// connect to the various key and mouse handlers
|
||||
|
Reference in New Issue
Block a user