git-svn-id: svn://db.shs.com.ru/libs@75 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-01-18 14:41:29 +00:00
parent 5b523a65ae
commit d88b341070
28 changed files with 539 additions and 112 deletions

View File

@@ -1244,13 +1244,13 @@ void Graphic::tick(int index, bool slide, bool update_) {
}
}
if (!update_) {
findGraphicsRect();
if (isFit) findGraphicsRect();
mutex.unlock();
return;
}
//polyline.push_back(QPointF(brick->time_, brick->output(port)));
//cout << polyline.size() << endl;
findGraphicsRect();
if (isFit) findGraphicsRect();
if (!slide) {
if (aupdate) update();
return;