Remove redundant member from ButtonBase (#1076)

This commit is contained in:
Mirion
2025-07-08 14:55:37 +08:00
committed by GitHub
parent b78b97056b
commit 1073ba414d

View File

@@ -139,7 +139,6 @@ class ButtonBase : public ComponentBase, public ButtonOption {
private: private:
bool mouse_hover_ = false; bool mouse_hover_ = false;
Box box_; Box box_;
ButtonOption option_;
float animation_background_ = 0; float animation_background_ = 0;
float animation_foreground_ = 0; float animation_foreground_ = 0;
animation::Animator animator_background_ = animation::Animator animator_background_ =