Reduce wait time before starting pieces update.
--HG-- branch : develop
This commit is contained in:
parent
7375a457cd
commit
f0d38c1c59
|
@ -236,7 +236,7 @@ void VPattern::Parse(const Document &parse)
|
|||
}
|
||||
domNode = domNode.nextSibling();
|
||||
}
|
||||
QTimer::singleShot(2000, Qt::VeryCoarseTimer, this, SLOT(RefreshPieceGeometry()));
|
||||
QTimer::singleShot(1000, Qt::VeryCoarseTimer, this, SLOT(RefreshPieceGeometry()));
|
||||
emit CheckLayout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user