[TD]CI clang warnings
This commit is contained in:
@@ -116,7 +116,7 @@ App::DocumentObjectExecReturn *DrawViewSpreadsheet::execute()
|
||||
return new App::DocumentObjectExecReturn("Empty cell value");
|
||||
|
||||
Symbol.setValue(getSheetImage());
|
||||
|
||||
|
||||
overrideKeepUpdated(false);
|
||||
return TechDraw::DrawView::execute();
|
||||
}
|
||||
|
||||
@@ -818,7 +818,6 @@ Base::BoundBox3d GeometryObject::calcBoundingBox() const
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
double xMin = 0, xMax = 0, yMin = 0, yMax = 0, zMin = 0, zMax = 0;
|
||||
if (testBox.IsVoid()) {
|
||||
Base::Console().Log("INFO - GO::calcBoundingBox - testBox is void\n");
|
||||
|
||||
@@ -226,21 +226,9 @@ bool ViewProviderViewPart::setEdit(int ModNum)
|
||||
// clear the selection (convenience)
|
||||
Gui::Selection().clearSelection();
|
||||
Gui::Control().showDialog(new TaskDlgDetail(dvd));
|
||||
// Gui::Selection().clearSelection();
|
||||
// flush any lingering gui objects
|
||||
Gui::Selection().addSelection(dvd->getDocument()->getName(),
|
||||
dvd->getNameInDocument());
|
||||
Gui::Selection().clearSelection();
|
||||
Gui::Selection().addSelection(dvd->getDocument()->getName(),
|
||||
dvd->getNameInDocument());
|
||||
|
||||
//Gui.ActiveDocument.resetEdit()
|
||||
//>>> # Gui.Selection.addSelection('aaStart121', 'Detail')
|
||||
//>>> # Gui.Selection.clearSelection()
|
||||
//>>> # Gui.Selection.addSelection('aaStart121', 'Detail')
|
||||
//>>> # Gui.Selection.addSelection('aaStart121', 'Detail')
|
||||
//>>> # Gui.Selection.clearSelection()
|
||||
//>>> # Gui.Selection.addSelection('aaStart121', 'Detail')
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user