PD: Silence LGTM warning about empty block

This commit is contained in:
Chris Hennes
2021-09-19 13:39:49 -05:00
parent 8cbd92d874
commit 6c532c2fda

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();