Applied patch [ 681921 ] Stray focus rectangle in static text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,9 @@ public:
|
|||||||
virtual void SetLabel(const wxString& label);
|
virtual void SetLabel(const wxString& label);
|
||||||
|
|
||||||
virtual bool HasTransparentBackground() { return TRUE; }
|
virtual bool HasTransparentBackground() { return TRUE; }
|
||||||
|
|
||||||
|
virtual bool IsFocused() const { return FALSE; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// calculate the optimal size for the label
|
// calculate the optimal size for the label
|
||||||
virtual wxSize DoGetBestClientSize() const;
|
virtual wxSize DoGetBestClientSize() const;
|
||||||
|
Reference in New Issue
Block a user