]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 681921 ] Stray focus rectangle in static text
authorJulian Smart <julian@anthemion.co.uk>
Tue, 18 Feb 2003 09:40:30 +0000 (09:40 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 18 Feb 2003 09:40:30 +0000 (09:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/univ/stattext.h

index 810aa35869399ed03bbd130108541a36f564c4f8..df24e33d66c5d22afe413a8818031d0ce2ccbbdd 100644 (file)
@@ -56,7 +56,9 @@ public:
     virtual void SetLabel(const wxString& label);
 
     virtual bool HasTransparentBackground() { return TRUE; }
-    
+
+    virtual bool IsFocused() const { return FALSE; }
+
 protected:
     // calculate the optimal size for the label
     virtual wxSize DoGetBestClientSize() const;