diff options
author | crupest <crupest@outlook.com> | 2020-03-04 21:49:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-04 21:49:05 +0800 |
commit | abf604f8c6ec89c8d7df7062fe10fd17c60d5719 (patch) | |
tree | 82347efc2bef1966c0f1562d4467b7c389366ef9 /src/ui/controls/text_block.cpp | |
parent | 79ba10135987cffc31496e8515c5372146d9b31d (diff) | |
download | cru-abf604f8c6ec89c8d7df7062fe10fd17c60d5719.tar.gz cru-abf604f8c6ec89c8d7df7062fe10fd17c60d5719.tar.bz2 cru-abf604f8c6ec89c8d7df7062fe10fd17c60d5719.zip |
...
Diffstat (limited to 'src/ui/controls/text_block.cpp')
-rw-r--r-- | src/ui/controls/text_block.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/controls/text_block.cpp b/src/ui/controls/text_block.cpp index be064ea0..ece599e8 100644 --- a/src/ui/controls/text_block.cpp +++ b/src/ui/controls/text_block.cpp @@ -30,6 +30,7 @@ TextBlock::TextBlock() caret_brush_ = theme_resources->caret_brush; service_ = std::make_unique<TextControlService>(this, this); + service_->SetEnabled(true); } TextBlock::~TextBlock() = default; |