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; }
|
const Font *font() const { return _font; }
|
||||||
virtual void setFont(const Font *f);
|
virtual void setFont(const Font *f);
|
||||||
|
|
||||||
virtual void calcDefaultSizes();
|
|
||||||
|
|
||||||
virtual void styleChanged(const RenderStyle &style);
|
virtual void styleChanged(const RenderStyle &style);
|
||||||
|
|
||||||
virtual void renderForeground(Surface &surface);
|
virtual void renderForeground(Surface &surface);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
virtual void calcDefaultSizes();
|
||||||
|
|
||||||
//! The color the label will use for rendering its text
|
//! The color the label will use for rendering its text
|
||||||
RenderColor *_forecolor;
|
RenderColor *_forecolor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue