diff options
Diffstat (limited to 'src/gui/widgets/listbox.h')
-rw-r--r-- | src/gui/widgets/listbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/listbox.h b/src/gui/widgets/listbox.h index 105f569cf..6e3cd2015 100644 --- a/src/gui/widgets/listbox.h +++ b/src/gui/widgets/listbox.h @@ -110,6 +110,8 @@ class ListBox notfinal : public Widget, */ void draw(Graphics *graphics) override; + void safeDraw(Graphics *graphics) override; + /** * Update the alpha value to the graphic components. */ |