src/gui.cpp

changeset 276
a21e49914264
parent 275
7b5afec27688
child 283
c5401af41685
--- a/src/gui.cpp	Thu Jun 13 01:13:06 2013 +0300
+++ b/src/gui.cpp	Thu Jun 13 02:55:47 2013 +0300
@@ -618,7 +618,7 @@
 				if (i != 0)
 					descr += ", ";
 				
-				descr += obj->coords[i].stringRep (true).chars();
+				descr += obj->getVertex (i).stringRep (true);
 			}
 			break;
 		

mercurial