summaryrefslogtreecommitdiff
path: root/src/gui/widgets/checkbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/checkbox.cpp')
-rw-r--r--src/gui/widgets/checkbox.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp
index e2141058c..27e7d563b 100644
--- a/src/gui/widgets/checkbox.cpp
+++ b/src/gui/widgets/checkbox.cpp
@@ -184,6 +184,11 @@ void CheckBox::draw(Graphics *const graphics)
BLOCK_END("CheckBox::draw")
}
+void CheckBox::safeDraw(Graphics *const graphics)
+{
+ CheckBox::draw(graphics);
+}
+
void CheckBox::updateAlpha()
{
const float alpha = std::max(settings.guiAlpha,