diff -r 65c294aedaea -r 0a81be113e21 QTfrontend/mapContainer.cpp --- 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