diff --git a/src/graphics/ui/elements/CheckBox.hpp b/src/graphics/ui/elements/CheckBox.hpp index 74172337..cc0593c8 100644 --- a/src/graphics/ui/elements/CheckBox.hpp +++ b/src/graphics/ui/elements/CheckBox.hpp @@ -52,6 +52,7 @@ namespace gui { } virtual void setTooltip(const std::wstring& text) override { + Panel::setTooltip(text); checkbox->setTooltip(text); } };