From f2ab1454d0d80ea8c84931eb286d1335beb0d346 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 13 Mar 2015 12:44:57 +0000 Subject: [PATCH] RichText: Fixed parsing of Qtf with round borders git-svn-id: svn://ultimatepp.org/upp/trunk@8263 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/RichText/ParseQtf.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/RichText/ParseQtf.cpp b/uppsrc/RichText/ParseQtf.cpp index 264d1b7ef..1a00f4675 100644 --- a/uppsrc/RichText/ParseQtf.cpp +++ b/uppsrc/RichText/ParseQtf.cpp @@ -471,6 +471,7 @@ void RichQtfParser::FinishCell() b.hspan = oldtab; } b.format.keep = false; + b.format.round = false; } void RichQtfParser::FinishTable()