aboutsummaryrefslogtreecommitdiff
path: root/src/ui/controls/text_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/controls/text_block.h')
-rw-r--r--src/ui/controls/text_block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/controls/text_block.h b/src/ui/controls/text_block.h
index cd0af1cc..681dc47b 100644
--- a/src/ui/controls/text_block.h
+++ b/src/ui/controls/text_block.h
@@ -19,6 +19,8 @@ namespace cru::ui::controls
return text_block;
}
+ using TextControl::SetSelectable; // Make this public.
+
protected:
TextBlock(
const Microsoft::WRL::ComPtr<IDWriteTextFormat>& init_text_format,