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:
@@ -1110,6 +1110,7 @@ void ControlSpotPanel::addControlSpotCurve(Gtk::TreeModel::Row& row)
|
|||||||
cirYT->filled = true;
|
cirYT->filled = true;
|
||||||
cirYT->datum = Geometry::IMAGE;
|
cirYT->datum = Geometry::IMAGE;
|
||||||
centerCircle = new Circle();
|
centerCircle = new Circle();
|
||||||
|
centerCircle->filled = true;
|
||||||
centerCircle->datum = Geometry::IMAGE;
|
centerCircle->datum = Geometry::IMAGE;
|
||||||
centerCircle->radiusInImageSpace = true;
|
centerCircle->radiusInImageSpace = true;
|
||||||
shape_ellipse = new Ellipse();
|
shape_ellipse = new Ellipse();
|
||||||
|
Reference in New Issue
Block a user