PD: Silence LGTM warning about empty block

This commit is contained in:
Chris Hennes
2021-09-19 13:39:49 -05:00
parent e211b89cf8
commit 8b7da3b0eb

View File

@@ -1456,6 +1456,7 @@ void Hole::onChanged(const App::Property *prop)
ThreadDepth.setReadOnly(Threaded.getValue() && std::string(ThreadDepthType.getValueAsString()) != "Dimension");
}
else if (prop == &ThreadDepth) {
// Nothing else needs to be updated on ThreadDepth change
}
else if (prop == &UseCustomThreadClearance) {
updateDiameterParam();