Fix bug with exclude objects.
--HG-- branch : develop
This commit is contained in:
parent
29b23bbce3
commit
dd5b276e5d
|
@ -577,7 +577,6 @@ void VToolSeamAllowance::GroupVisibility(quint32 object, bool visible)
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
void VToolSeamAllowance::FullUpdateFromFile()
|
void VToolSeamAllowance::FullUpdateFromFile()
|
||||||
{
|
{
|
||||||
UpdateExcludeState();
|
|
||||||
RefreshGeometry();
|
RefreshGeometry();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1333,6 +1332,7 @@ void VToolSeamAllowance::RefreshGeometry()
|
||||||
UpdateDetailLabel();
|
UpdateDetailLabel();
|
||||||
UpdatePatternInfo();
|
UpdatePatternInfo();
|
||||||
UpdateGrainline();
|
UpdateGrainline();
|
||||||
|
UpdateExcludeState();
|
||||||
|
|
||||||
this->setFlag(QGraphicsItem::ItemSendsGeometryChanges, true);
|
this->setFlag(QGraphicsItem::ItemSendsGeometryChanges, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user