Output Corners correctly

master
adrido 2015-07-06 11:59:04 +02:00
parent 9687120211
commit 84edddce80
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ QString Geometry::getString(Geometry::Format format)
break;
case Corners:
default:
return QString("%1,%2+%3+%4")
return QString("%1,%2:%3,%4")
.arg(corner[0][0])
.arg(corner[0][1])
.arg(corner[1][0])