From abfcce0067c0652729ec9129d3c1d910470c0f50 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Sun, 17 Dec 2017 16:24:23 +0100 Subject: Fix cut-copy-line breaking paste (issue 14539) --- scene/gui/text_edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/text_edit.h') diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index edef28cc25..836d5c7388 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -270,7 +270,7 @@ class TextEdit : public Control { bool brace_matching_enabled; bool highlight_current_line; bool auto_indent; - bool cut_copy_line; + String cut_copy_line; bool insert_mode; bool select_identifiers_enabled; -- cgit v1.2.3