]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
testing header replace
[wxWidgets.git] / src / gtk / textctrl.cpp
index 324eb6b2de8cce179c9ee71e7d3dc51742a0f7d9..11d4eab71665d5e419edc733098c6fe0077b3a65 100644 (file)
@@ -15,7 +15,6 @@
 #include "wx/textctrl.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/app.h"
     #include "wx/intl.h"
     #include "wx/log.h"
     #include "wx/utils.h"
@@ -1253,6 +1252,7 @@ bool wxTextCtrl::Enable( bool enable )
     }
 
     gtk_widget_set_sensitive( m_text, enable );
+    SetCursor(enable ? wxCursor(wxCURSOR_IBEAM) : wxCursor());
 
     return true;
 }