mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Code review changes
This commit is contained in:
@ -81,7 +81,8 @@ void MapView::mouseMoveEvent(QMouseEvent *mouseEvent)
|
||||
|
||||
tilePrev = tile;
|
||||
|
||||
//main->setStatusMessage(QString("x: %1 y: %2").arg(QString::number(pos.x()), QString::number(pos.y())));
|
||||
//TODO: cast parent->parent to MainWindow in order to show coordinates or another way to do it?
|
||||
//main->setStatusMessage(QString("x: %1 y: %2").arg(tile.x, tile.y));
|
||||
|
||||
switch(selectionTool)
|
||||
{
|
||||
|
Reference in New Issue
Block a user