]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
replaced unweildy GAddress functions with wxSockAddressImpl class, similarly to GSock...
[wxWidgets.git] / src / stc / stc.h.in
index d15a2c08224b81323298d837d0fcfb420286b40e..85a64a7a19166ef1d2ac39522a6544cb8e72bf98 100644 (file)
@@ -430,6 +430,14 @@ public:
         return wxTE_HT_ON_TEXT;
     }
 
+    // just unhide it
+    virtual wxTextCtrlHitTestResult HitTest(const wxPoint& pt,
+                                            wxTextCoord *col,
+                                            wxTextCoord *row) const
+    {
+        return wxTextAreaBase::HitTest(pt, col, row);
+    }
+
 #ifndef SWIG
 protected:
     virtual bool DoLoadFile(const wxString& file, int fileType);