[TD]fix dimension retains light on dark colour

This commit is contained in:
wandererfan
2023-01-08 11:42:53 -05:00
committed by WandererFan
parent 664b2560ad
commit e82cf08991

View File

@@ -782,6 +782,11 @@ void QGIViewDimension::draw()
drawArrows(0, nullptr, nullptr, false);
}
if (!isSelected() && !hasHover) {
setNormalColorAll();
setPrettyNormal();
}
update();
if (parentItem()) {
//TODO: parent redraw still required with new frame/label??