]> rtime.felk.cvut.cz Git - eurobot/public.git/commitdiff
robomon: Move the map image to the upper layer, there was conflict with start blocks.
authorMichal Vokac <vokac.m@gmail.com>
Sun, 13 Feb 2011 11:58:41 +0000 (12:58 +0100)
committerMichal Vokac <vokac.m@gmail.com>
Sun, 13 Feb 2011 11:58:41 +0000 (12:58 +0100)
src/robomon/RobomonAtlantis.cpp

index 94172078e0f71c978ab55bd6357ef32994e129aa..187dd37b770f7e21d8cf3e2d3febc9447c659c74 100644 (file)
@@ -320,7 +320,7 @@ void RobomonAtlantis::createRobots()
 void RobomonAtlantis::createMap()
 {
        mapImage = new Map();
-       mapImage->setZValue(3);
+       mapImage->setZValue(5);
        mapImage->setTransform(QTransform().scale(MAP_CELL_SIZE_MM, MAP_CELL_SIZE_MM), true);