Fix selecting piece labels and grainline.
--HG-- branch : develop
This commit is contained in:
parent
9aad1b43cb
commit
20e4ab1980
|
@ -1274,8 +1274,9 @@ VToolSeamAllowance::VToolSeamAllowance(const VToolSeamAllowanceInitData &initDat
|
|||
{
|
||||
VPiece detail = initData.data->GetPiece(initData.id);
|
||||
ReinitInternals(detail, m_sceneDetails);
|
||||
this->setFlag(QGraphicsItem::ItemIsMovable, true);
|
||||
this->setFlag(QGraphicsItem::ItemIsSelectable, true);
|
||||
AllowSelecting(true);
|
||||
EnableToolMove(true);
|
||||
AllowHover(true);
|
||||
RefreshGeometry();
|
||||
|
||||
this->setFlag(QGraphicsItem::ItemSendsGeometryChanges, true);
|
||||
|
|
Loading…
Reference in New Issue
Block a user