[Part] SectionCutting: remove unused include

- also uniform line endings 8automatically done by MSVC)
This commit is contained in:
Uwe
2022-07-03 18:52:04 +02:00
parent f130051618
commit 196010dd10
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ SectionCut::SectionCut(QWidget* parent)
ObjectsListVisible.push_back(*it);
}
// lambda function to set color and transparency
// lambda function to set color and transparency
auto setColorTransparency = [&](Part::Box* pcBox) {
App::Color cutColor;
long cutTransparency;
@@ -531,7 +531,7 @@ void SectionCut::startCutting(bool isInitial)
// hide the objects since only the cut should later be visible
(*itCuts)->Visibility.setValue(false);
// check if all objects have same color and transparency
// check if all objects have same color and transparency
if (ui->AutoCutfaceColor->isChecked()) {
auto vpObject = dynamic_cast<Gui::ViewProviderGeometryObject*>(
Gui::Application::Instance->getViewProvider(*itCuts));

View File

@@ -24,7 +24,7 @@
#define PARTGUI_SECTIONCUTTING_H
#include <QDialog>
#include <App/DocumentObserver.h>
namespace PartGui {