[TD]add light text on dark page mode
- some visually impaired users need white graphics on dark page. - revise Annotation dialog to respect dark style
This commit is contained in:
@@ -234,7 +234,7 @@ void QGEPath::showMarkers(std::vector<QPointF> points)
|
||||
//TODO: double r = getMarkerSize();
|
||||
// v->setRadius(r);
|
||||
v->setRadius(50.0);
|
||||
v->setNormalColor(QColor(Qt::black));
|
||||
v->setNormalColor(PreferencesGui::getAccessibleQColor(QColor(Qt::black)));
|
||||
v->setZValue(ZVALUE::VERTEX);
|
||||
v->setPos(p);
|
||||
v->show();
|
||||
|
||||
Reference in New Issue
Block a user