All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -75,8 +75,7 @@ void SketchOrientationDialog::accept()
|
||||
}
|
||||
else if (ui->YZ_radioButton->isChecked()) {
|
||||
if (reverse) {
|
||||
Pos =
|
||||
Base::Placement(Base::Vector3d(offset, 0, 0), Base::Rotation(-1.0, 1.0, 1.0, -1.0));
|
||||
Pos = Base::Placement(Base::Vector3d(offset, 0, 0), Base::Rotation(-1.0, 1.0, 1.0, -1.0));
|
||||
DirType = 5;
|
||||
}
|
||||
else {
|
||||
@@ -118,7 +117,8 @@ void SketchOrientationDialog::onPreview()
|
||||
}
|
||||
|
||||
ui->previewLabel->setPixmap(
|
||||
Gui::BitmapFactory().pixmapFromSvg(icon.c_str(), ui->previewLabel->size()));
|
||||
Gui::BitmapFactory().pixmapFromSvg(icon.c_str(), ui->previewLabel->size())
|
||||
);
|
||||
}
|
||||
|
||||
#include "moc_SketchOrientationDialog.cpp"
|
||||
|
||||
Reference in New Issue
Block a user