aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/toggle_button.hpp
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2018-12-06 21:32:58 +0800
committerGitHub <noreply@github.com>2018-12-06 21:32:58 +0800
commitb028e74a48de181ca078ad3bf4ababf4fa146cd3 (patch)
tree5b15e3f97c67e81ad99fb531f30681300a79b5a9 /src/ui/controls/toggle_button.hpp
parentf0e2b2d3763dd100a5e9d6cda566724d2b7da965 (diff)
parentde5d84f64ba7673a5155aab67244fedc04753b94 (diff)
downloadcru-b028e74a48de181ca078ad3bf4ababf4fa146cd3.tar.gz
cru-b028e74a48de181ca078ad3bf4ababf4fa146cd3.tar.bz2
cru-b028e74a48de181ca078ad3bf4ababf4fa146cd3.zip
Merge pull request #36 from crupest/tree
Enhance tree.
Diffstat (limited to 'src/ui/controls/toggle_button.hpp')
-rw-r--r--src/ui/controls/toggle_button.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/toggle_button.hpp b/src/ui/controls/toggle_button.hpp
index 091f908a..dee655d4 100644
--- a/src/ui/controls/toggle_button.hpp
+++ b/src/ui/controls/toggle_button.hpp
@@ -7,7 +7,7 @@
namespace cru::ui::controls
{
- class ToggleButton : public Control
+ class ToggleButton : public NoChildControl
{
public:
static constexpr auto control_type = L"ToggleButton";