diff --git a/src/gtk/textctrl.cpp b/src/gtk/textctrl.cpp index 3252fa06b8..dddbd8509a 100644 --- a/src/gtk/textctrl.cpp +++ b/src/gtk/textctrl.cpp @@ -1283,6 +1283,7 @@ bool wxTextCtrl::Enable( bool enable ) } gtk_widget_set_sensitive( m_text, enable ); + SetCursor(enable ? wxCursor(wxCURSOR_IBEAM) : wxCursor()); return true; }