Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 7, 2025
1 parent 5bfc515 commit 563a54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Assembly/Gui/ViewProviderAssembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,8 @@ bool ViewProviderAssembly::getSelectedObjectsWithinAssembly(bool addPreselection
// In case of sub-assembly, the jointgroup would trigger the dragger.
continue;
}
if (onlySolids && !(obj->isDerivedFrom<App::Part>() || obj->isDerivedFrom<Part::Feature>())) {
if (onlySolids
&& !(obj->isDerivedFrom<App::Part>() || obj->isDerivedFrom<Part::Feature>())) {
continue;
}
App::DocumentObject* part =
Expand Down

0 comments on commit 563a54d

Please sign in to comment.