calcDefaultSizes is protected
This commit is contained in:
parent
bc8d855b11
commit
729506e1f8
1 changed files with 2 additions and 2 deletions
|
@ -31,13 +31,13 @@ public:
|
|||
const Font *font() const { return _font; }
|
||||
virtual void setFont(const Font *f);
|
||||
|
||||
virtual void calcDefaultSizes();
|
||||
|
||||
virtual void styleChanged(const RenderStyle &style);
|
||||
|
||||
virtual void renderForeground(Surface &surface);
|
||||
|
||||
protected:
|
||||
virtual void calcDefaultSizes();
|
||||
|
||||
//! The color the label will use for rendering its text
|
||||
RenderColor *_forecolor;
|
||||
|
||||
|
|
Loading…
Reference in a new issue