diff options
Diffstat (limited to 'src/gui/widgets/extendedlistbox.cpp')
-rw-r--r-- | src/gui/widgets/extendedlistbox.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/extendedlistbox.cpp b/src/gui/widgets/extendedlistbox.cpp index 6dabc0584..7f74ab01f 100644 --- a/src/gui/widgets/extendedlistbox.cpp +++ b/src/gui/widgets/extendedlistbox.cpp @@ -215,6 +215,11 @@ void ExtendedListBox::draw(Graphics *graphics) BLOCK_END("ExtendedListBox::draw") } +void ExtendedListBox::safeDraw(Graphics *graphics) +{ + ExtendedListBox::draw(graphics); +} + void ExtendedListBox::adjustSize() { if (mHeight) |