From 5d82efa1acda8917f0d36dd5da3213f671d0a18c Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 29 Oct 2013 07:16:02 +0000 Subject: [PATCH] RichEdit: one more Floating fix git-svn-id: svn://ultimatepp.org/upp/trunk@6498 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/RichEdit/Editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/RichEdit/Editor.cpp b/uppsrc/RichEdit/Editor.cpp index 32f9e3252..8457c9930 100644 --- a/uppsrc/RichEdit/Editor.cpp +++ b/uppsrc/RichEdit/Editor.cpp @@ -589,6 +589,8 @@ void StdLabelDlg(String& s) RichEdit::RichEdit() { + floating_zoom = Null; + Unicode(); BackPaint(); @@ -728,8 +730,6 @@ RichEdit::RichEdit() bullet_indent = 150; persistent_findreplace = true; - - floating_zoom = Null; } RichEdit::~RichEdit() {}