Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad * Migrate src/Mod/Material files * Migrate Stylesheet related files * Migrate *.svg files * Migrate miscellaneous files * Migrate some build files * Migrate recently added TD AR_IRAM template files Closes #6415
This commit is contained in:
@@ -129,7 +129,7 @@ TaskLoftParameters::~TaskLoftParameters()
|
||||
void TaskLoftParameters::updateUI()
|
||||
{
|
||||
// we must assure the changed loft is kept visible on section changes,
|
||||
// see https://forum.freecadweb.org/viewtopic.php?f=3&t=63252
|
||||
// see https://forum.freecad.org/viewtopic.php?f=3&t=63252
|
||||
PartDesign::Loft* loft = static_cast<PartDesign::Loft*>(vp->getObject());
|
||||
vp->makeTemporaryVisible(!loft->Sections.getValues().empty());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user