Add ability to move spot using spot center area, fixes #5298

Bugfixes:
- Corrects wrong line ending of files 'controlspotpanel.h' and
'controlspotpanel.cc'
This commit is contained in:
Pandagrapher
2019-04-23 16:08:44 +02:00
parent 58744c8c3a
commit 4cc2a34323
2 changed files with 2566 additions and 2565 deletions

View File

@@ -1110,6 +1110,7 @@ void ControlSpotPanel::addControlSpotCurve(Gtk::TreeModel::Row& row)
cirYT->filled = true;
cirYT->datum = Geometry::IMAGE;
centerCircle = new Circle();
centerCircle->filled = true;
centerCircle->datum = Geometry::IMAGE;
centerCircle->radiusInImageSpace = true;
shape_ellipse = new Ellipse();