mirror of
https://gitlab.winehq.org/wine/fontforge.git
synced 2024-11-23 06:09:48 +00:00
Don't save the selected state.
This commit is contained in:
parent
3580f3e488
commit
bd54d56438
@ -620,7 +620,7 @@ static void SFDDumpSplineSet(FILE *sfd,SplineSet *spl) {
|
||||
(double) sp->prevcp.x, (double) sp->prevcp.y,
|
||||
(double) sp->me.x, (double) sp->me.y );
|
||||
#endif
|
||||
fprintf(sfd, "%d", sp->pointtype|(sp->selected<<2)|
|
||||
fprintf(sfd, "%d", sp->pointtype|/*(sp->selected<<2)|*/
|
||||
(sp->nextcpdef<<3)|(sp->prevcpdef<<4)|
|
||||
(sp->roundx<<5)|(sp->roundy<<6)|
|
||||
(sp->ttfindex==0xffff?(1<<7):0)|
|
||||
|
Loading…
Reference in New Issue
Block a user