修改缓存读取机制

This commit is contained in:
hm
2022-06-09 18:02:16 +08:00
parent aa199e173c
commit b0944d3561
2 changed files with 24 additions and 18 deletions
+2 -1
View File
@@ -96,7 +96,8 @@ void WayPointLine::paint(QPainter *painter, const QStyleOptionGraphicsItem *opti
}
else
{
myPen.setColor("#ffff00");
//myPen.setColor("#ffff00");
myPen.setColor(myColor);
}
}
else//没有激活是灰色