[part] remove a now misleading comment
I added this comment when I read the dialog state fro the index of the type combobox, now we read the primitive's TypeID so the comment is misleading
This commit is contained in:
committed by
abdullahtahiriyo
parent
0a83c8d6f3
commit
7460cd5ebc
@@ -848,9 +848,6 @@ void DlgPrimitives::accept(const QString& placement)
|
||||
.arg(QString::fromLatin1(doc->getName()))
|
||||
.arg(QString::fromLatin1(featurePtr->getNameInDocument()));
|
||||
|
||||
// the combox with the primitive type is fixed
|
||||
// therefore by reading its state we know what we need to change
|
||||
|
||||
// read values from the properties
|
||||
if (type == Part::Plane::getClassTypeId()) {
|
||||
command = QString::fromLatin1(
|
||||
|
||||
Reference in New Issue
Block a user