--- 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;