[qet] [3851] dxfconverter

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3851
Author:   rdsivd
Date:     2015-03-25 21:44:05 +0100 (Wed, 25 Mar 2015)
Log Message:
-----------
dxfconverter
updated text control on attdef and attrib

Modified Paths:
--------------
    branches/dxftoelmt/src/ui/dxf_attdef.cpp
    branches/dxftoelmt/src/ui/dxf_attrib.cpp

Modified: branches/dxftoelmt/src/ui/dxf_attdef.cpp
===================================================================
--- branches/dxftoelmt/src/ui/dxf_attdef.cpp	2015-03-24 23:10:15 UTC (rev 3850)
+++ branches/dxftoelmt/src/ui/dxf_attdef.cpp	2015-03-25 20:44:05 UTC (rev 3851)
@@ -59,11 +59,15 @@
 
 
 	dxf_check_string_chars CheckText1;
+	dxf_check_string_chars CheckText2;
 
 	CheckText1.TextToCheck=atttext;
 
 	atttext=CheckText1.CheckText();
 
+	CheckText2.TextToCheck=atttag;
+	atttag=CheckText2.CheckText();
+
 	/* <input x="-23" y="15.5" size="9" rotation="90" rotate="true" text="_" tagg="label"/> */
 
 	xattext=QString::number(attx+0.5,'f',0);

Modified: branches/dxftoelmt/src/ui/dxf_attrib.cpp
===================================================================
--- branches/dxftoelmt/src/ui/dxf_attrib.cpp	2015-03-24 23:10:15 UTC (rev 3850)
+++ branches/dxftoelmt/src/ui/dxf_attrib.cpp	2015-03-25 20:44:05 UTC (rev 3851)
@@ -57,11 +57,15 @@
 
 
 	dxf_check_string_chars CheckText1;
+	dxf_check_string_chars CheckText2;
 
 	CheckText1.TextToCheck=atttext;
-
 	atttext=CheckText1.CheckText();
 
+	CheckText2.TextToCheck=atttag;
+	atttag=CheckText2.CheckText();
+
+
     /* <input x="-23" y="15.5" size="9" rotation="90" rotate="true" text="_" tagg="label"/> */
 
     xattext=QString::number(attx+0.5,'f',0);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/