Oops, fix Style.fillColor export/import too.

pull/3/head
Jonathan Westhues 2013-11-03 15:41:11 -08:00
parent f09ae15586
commit 511c513035
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ const SolveSpace::SaveTable SolveSpace::SAVED[] = {
{ 's', "Style.textAngle", 'f', &(SS.sv.s.textAngle) },
{ 's', "Style.textOrigin", 'x', &(SS.sv.s.textOrigin) },
{ 's', "Style.color", 'c', &(SS.sv.s.color) },
{ 's', "Style.fillColor", 'x', &(SS.sv.s.fillColor) },
{ 's', "Style.fillColor", 'c', &(SS.sv.s.fillColor) },
{ 's', "Style.filled", 'b', &(SS.sv.s.filled) },
{ 's', "Style.visible", 'b', &(SS.sv.s.visible) },
{ 's', "Style.exportable", 'b', &(SS.sv.s.exportable) },