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()
|
||||
{
|
||||
UpdateExcludeState();
|
||||
RefreshGeometry();
|
||||
}
|
||||
|
||||
|
@ -1333,6 +1332,7 @@ void VToolSeamAllowance::RefreshGeometry()
|
|||
UpdateDetailLabel();
|
||||
UpdatePatternInfo();
|
||||
UpdateGrainline();
|
||||
UpdateExcludeState();
|
||||
|
||||
this->setFlag(QGraphicsItem::ItemSendsGeometryChanges, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user