Cancel by fill type edit did not work

After clicking Apply the old fill type was overwritten and canceling the
whole edit did not revert the fill type into the original value.
This commit is contained in:
balazs-bamer
2015-01-26 12:50:33 +01:00
committed by wmayer
parent 1920b407ee
commit 8aeb5ae971

View File

@@ -162,7 +162,6 @@ void BSurf::apply()
if(editedObject->filltype.getValue() != fillType)
{
editedObject->filltype.setValue(fillType);
oldFillType = fillType;
Gui::Command::doCommand(Gui::Command::Doc,"App.ActiveDocument.recompute()");
}
}