diff options
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index 5f12cca31..aea2752d0 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -85,6 +85,8 @@ class DropDown final : public ActionListener, void drawFrame(Graphics *graphics) override final; + void safeDrawFrame(Graphics *graphics) override final; + // Inherited from KeyListener void keyPressed(KeyEvent& event) override final; |