Remove deprecated function

This commit is contained in:
andrea
2022-07-11 19:41:32 +02:00
committed by WandererFan
parent 612be230b2
commit e3adea272c
5 changed files with 8 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ void QGIViewAnnotation::drawAnnotation()
}
ss << "line-height:" << viewAnno->LineSpace.getValue() << "%; ";
App::Color c = viewAnno->TextColor.getValue();
ss << "color:" << c.asCSSString() << "; ";
ss << "color:" << c.asHexString() << "; ";
ss << "}\n</style>\n</head>\n<body>\n<p>";
for(std::vector<std::string>::const_iterator it = annoText.begin(); it != annoText.end(); it++) {
if (it != annoText.begin()) {