aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/actions/action_text.cpp')
-rw-r--r--engines/pink/objects/actions/action_text.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/objects/actions/action_text.cpp b/engines/pink/objects/actions/action_text.cpp
index aae783a070..4ee9cf634f 100644
--- a/engines/pink/objects/actions/action_text.cpp
+++ b/engines/pink/objects/actions/action_text.cpp
@@ -97,6 +97,8 @@ void ActionText::start() {
_xRight - _xLeft, align, nullptr, false);
_txtWnd->move(_xLeft, _yTop);
_txtWnd->resize(_xRight - _xLeft, _yBottom - _yTop);
+ _txtWnd->setEditable(false);
+ _txtWnd->setSelectable(false);
Graphics::TransparentSurface *noborder = new Graphics::TransparentSurface();
noborder->create(3, 3, noborder->getSupportedPixelFormat());