1. made it possible to use wxUpdateUIEvent with wxTextCtrl under wxGTK

2. ... and with controls with id < 0 under all others as well


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-11-10 17:40:02 +00:00
parent 957d856c81
commit 26bf1ce0bc
4 changed files with 38 additions and 24 deletions

View File

@@ -963,4 +963,6 @@ void wxTextCtrl::OnInternalIdle()
if ((window) && !(GTK_WIDGET_NO_WINDOW(m_widget)))
gdk_window_set_cursor( window, cursor.GetCursor() );
}
UpdateWindowUI();
}