fixes #1580
presentation
Fabian Keßler 6 years ago committed by GitHub
parent c533ab9bc1
commit c98caf1ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/model/Stroke.cpp

@ -156,6 +156,7 @@ void Stroke::setLastPoint(const Point& p)
if (!this->points.empty())
{
this->points.back() = p;
this->sizeCalculated = false;
}
}

Loading…
Cancel
Save