Fix mixed line endings
This commit is contained in:
@@ -219,7 +219,7 @@ void Placement::revertTransformation()
|
||||
void Placement::applyPlacement(const Base::Placement& p, bool incremental)
|
||||
{
|
||||
Gui::Document* document = Application::Instance->activeDocument();
|
||||
if (!document)
|
||||
if (!document)
|
||||
return;
|
||||
|
||||
std::vector<App::DocumentObject*> sel = Gui::Selection().getObjectsOfType
|
||||
@@ -258,7 +258,7 @@ void Placement::applyPlacement(const Base::Placement& p, bool incremental)
|
||||
void Placement::applyPlacement(const QString& data, bool incremental)
|
||||
{
|
||||
Gui::Document* document = Application::Instance->activeDocument();
|
||||
if (!document)
|
||||
if (!document)
|
||||
return;
|
||||
|
||||
// When directly changing the property we now only have to commit the transaction,
|
||||
|
||||
Reference in New Issue
Block a user