]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
fixing utf32 native conversion
[wxWidgets.git] / src / gtk / textctrl.cpp
index 7133259dcb5ab0e1fde5668cafc652bb68524706..11d4eab71665d5e419edc733098c6fe0077b3a65 100644 (file)
@@ -1252,6 +1252,7 @@ bool wxTextCtrl::Enable( bool enable )
     }
 
     gtk_widget_set_sensitive( m_text, enable );
+    SetCursor(enable ? wxCursor(wxCURSOR_IBEAM) : wxCursor());
 
     return true;
 }