从git读取版本
This commit is contained in:
@@ -5,6 +5,8 @@ namespace mapcontrol {
|
||||
|
||||
AltitudeItem::AltitudeItem(MapGraphicItem *map, QColor background) : myMap(map), myColor(background)
|
||||
{
|
||||
|
||||
|
||||
this->setFlag(QGraphicsItem::ItemIsMovable, true);
|
||||
this->setFlag(QGraphicsItem::ItemIgnoresTransformations, true);
|
||||
this->setFlag(QGraphicsItem::ItemIsSelectable, false);
|
||||
|
||||
Reference in New Issue
Block a user