diff options
Diffstat (limited to 'src/interface/Label.h')
| -rw-r--r-- | src/interface/Label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Label.h b/src/interface/Label.h index f701580..f5fa1a7 100644 --- a/src/interface/Label.h +++ b/src/interface/Label.h @@ -55,6 +55,7 @@ namespace ui virtual bool HasSelection(); virtual void ClearSelection(); + virtual void AutoHeight(); void SetTextColour(Colour textColour) { this->textColour = textColour; } |
