]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
Have wxPGTextCtrlEditor::UpdateControl() update wxTextCtrl font boldness based on...
[wxWidgets.git] / include / wx / stc / stc.h
index e701ed988105e3ba762bd21ee300b4db015ffffd..700e59f999bdf11ebecd5a913402740663c42ca6 100644 (file)
@@ -3794,6 +3794,14 @@ public:
         return wxTE_HT_ON_TEXT;
     }
 
         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);
 #ifndef SWIG
 protected:
     virtual bool DoLoadFile(const wxString& file, int fileType);