mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 17:34:24 +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->getCellY(y)))
|
||||
+ ")"), siPOS_VALUE);
|
||||
//#ifdef WIN32
|
||||
//repaint = true;
|
||||
|
Reference in New Issue
Block a user