diff options
author | crupest <crupest@outlook.com> | 2018-12-06 05:44:38 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-12-06 05:44:38 +0800 |
commit | 81fd0725d020e9f302c0d40fd5a5700d3dc871aa (patch) | |
tree | 1a99936949271641fbdfa3b4fb7ea448344164f7 /src/ui/controls/list_item.cpp | |
parent | f0e2b2d3763dd100a5e9d6cda566724d2b7da965 (diff) | |
download | cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.tar.gz cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.tar.bz2 cru-81fd0725d020e9f302c0d40fd5a5700d3dc871aa.zip |
Done.
Diffstat (limited to 'src/ui/controls/list_item.cpp')
-rw-r--r-- | src/ui/controls/list_item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/controls/list_item.cpp b/src/ui/controls/list_item.cpp index 8234da30..e0ca28a9 100644 --- a/src/ui/controls/list_item.cpp +++ b/src/ui/controls/list_item.cpp @@ -5,7 +5,7 @@ namespace cru::ui::controls { - ListItem::ListItem() : Control(true) + ListItem::ListItem() { const auto predefine_resources = UiManager::GetInstance()->GetPredefineResources(); |