changeset 4525 | 0a81be113e21 |
parent 4520 | e7882bd1a894 |
child 4526 | 38afca1e4248 |
--- a/QTfrontend/mapContainer.cpp Tue Dec 14 20:01:27 2010 +0300 +++ b/QTfrontend/mapContainer.cpp Tue Dec 14 20:46:50 2010 +0300 @@ -559,3 +559,10 @@ { return &drawMapScene; } + +void HWMapContainer::mapDrawingFinished() +{ + changeImage(); + + emit drawnMapChanged(getDrawnMapData()); +} \ No newline at end of file