mirror of
https://github.com/glest/glest-source.git
synced 2025-08-27 09:54:26 +02:00
it should show the y coordinates too ;-)
This commit is contained in:
@@ -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->getCellX(x)))
|
+ intToStr(2*(program->getCellY(y)))
|
||||||
+ ")"), siPOS_VALUE);
|
+ ")"), siPOS_VALUE);
|
||||||
//#ifdef WIN32
|
//#ifdef WIN32
|
||||||
//repaint = true;
|
//repaint = true;
|
||||||
|
Reference in New Issue
Block a user