From 0eeb526e27579560421b8d5d3885b06699e9126c Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Wed, 2 Oct 2013 23:48:16 +0000 Subject: [PATCH] it should show the y coordinates too ;-) --- source/glest_map_editor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_map_editor/main.cpp b/source/glest_map_editor/main.cpp index 6b2b7a20..dedf69e0 100644 --- a/source/glest_map_editor/main.cpp +++ b/source/glest_map_editor/main.cpp @@ -612,7 +612,7 @@ void MainWindow::onMouseMove(wxMouseEvent &event, int x, int y) { + " (" + intToStr(2*(program->getCellX(x))) + "," - + intToStr(2*(program->getCellX(x))) + + intToStr(2*(program->getCellY(y))) + ")"), siPOS_VALUE); //#ifdef WIN32 //repaint = true;