correctly handle custom property names (e.g. sketcher constraints)
This commit is contained in:
@@ -469,7 +469,7 @@ void PropertyItem::setPropertyName(const QString& name)
|
||||
|
||||
propName = display;
|
||||
|
||||
QString str = QApplication::translate("App::Property", propName.toLatin1());
|
||||
QString str = QApplication::translate("App::Property", propName.toUtf8());
|
||||
displayText = str;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user