QTfrontend/mapContainer.cpp
changeset 4526 38afca1e4248
parent 4525 0a81be113e21
child 4534 395278890955
--- a/QTfrontend/mapContainer.cpp	Tue Dec 14 20:46:50 2010 +0300
+++ b/QTfrontend/mapContainer.cpp	Tue Dec 14 21:04:43 2010 +0300
@@ -562,7 +562,7 @@
 
 void HWMapContainer::mapDrawingFinished()
 {
-    changeImage();
+    emit drawnMapChanged(getDrawnMapData());
 
-    emit drawnMapChanged(getDrawnMapData());
+    changeImage();
 }
\ No newline at end of file