changeset 7321 | 57bd4f201401 |
parent 7298 | a5f2fa95e711 |
child 9080 | 9b42757d7e71 |
--- a/QTfrontend/drawmapscene.cpp Wed Jun 27 16:40:36 2012 -0400 +++ b/QTfrontend/drawmapscene.cpp Thu Jun 28 22:45:06 2012 +0400 @@ -136,7 +136,6 @@ void DrawMapScene::showCursor() { - qDebug() << "show cursor"; if(!m_isCursorShown) addItem(m_cursor); @@ -145,7 +144,6 @@ void DrawMapScene::hideCursor() { - qDebug() << "hide cursor"; if(m_isCursorShown) removeItem(m_cursor);