Remove deprecated function

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

View File

@@ -670,7 +670,7 @@ QPixmap QGIFace::textureFromSvg(std::string fileSpec)
void QGIFace::setHatchColor(App::Color c)
{
m_svgCol = c.asCSSString();
m_svgCol = c.asHexString();
m_geomColor = c.asValue<QColor>();
}