diff options
Diffstat (limited to 'src/gui/widgets/skilllistbox.h')
-rw-r--r-- | src/gui/widgets/skilllistbox.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/skilllistbox.h b/src/gui/widgets/skilllistbox.h index e012aabd3..4b2db054c 100644 --- a/src/gui/widgets/skilllistbox.h +++ b/src/gui/widgets/skilllistbox.h @@ -174,6 +174,11 @@ class SkillListBox final : public ListBox } } + void safeDraw(Graphics *graphics) override final + { + SkillListBox::draw(graphics); + } + unsigned int getRowHeight() const override final { return mRowHeight; } |