aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/text_block.cpp')
-rw-r--r--src/ui/controls/text_block.cpp1
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;