handle tint color for on, off & thumb

This commit is contained in:
王劲鹏
2021-05-27 18:02:14 +08:00
committed by osborn
parent 2328afdb01
commit aa030a4fb9
3 changed files with 45 additions and 5 deletions

View File

@@ -6,6 +6,10 @@
#include "DoricViewNode.h"
class DORIC_EXPORT DoricSwitchNode : public DoricViewNode {
private:
bool checkByCodeToggle = false;
public:
using DoricViewNode::DoricViewNode;