Update storage method in .pp3 files for RT-spot points
RT-spot points are now stored as integer vector (instead of four dedicated integer) to allow future improvements.
This commit is contained in:
@@ -970,10 +970,7 @@ struct LocallabParams {
|
||||
int structexclu;
|
||||
double struc;
|
||||
Glib::ustring shapeMethod; // IND, SYM, INDSL, SYMSL
|
||||
int locX;
|
||||
int locXL;
|
||||
int locY;
|
||||
int locYT;
|
||||
std::vector<int> loc; // For ellipse/rectangle: {locX, locXL, locY, locYT}
|
||||
int centerX;
|
||||
int centerY;
|
||||
int circrad;
|
||||
|
||||
Reference in New Issue
Block a user