@@ -667,14 +667,14 @@ export function createPopOps() {
667667 }
668668
669669 function isSurfaceLinear ( ) {
670- return env . poppedRec . mode === 'surface' && env . poppedRec . sr_typ === 'linear' ;
670+ return env . poppedRec . mode === 'surface' && env . poppedRec . sr_type === 'linear' ;
671671 }
672672
673673 createPopOp ( 'area' , {
674674 spindle : 'camAreaSpindle' ,
675675 tool : 'camAreaTool' ,
676676 mode : 'camAreaMode' ,
677- tr_off : 'camAreaTrace' ,
677+ tr_type : 'camAreaTrace' ,
678678 sr_type : 'camAreaSurface' ,
679679 sr_angle : 'camAreaAngle' ,
680680 over : 'camAreaOver' ,
@@ -692,7 +692,7 @@ export function createPopOps() {
692692 } ) . inputs = {
693693 tool : UC . newSelect ( LANG . cc_tool , { } , "tools" ) ,
694694 mode : UC . newSelect ( LANG . mo_menu , { } , "opmode" ) ,
695- tr_off : UC . newSelect ( LANG . cc_offs_s , { title : LANG . cc_offs_l , show : isTrace } , "traceoff" ) ,
695+ tr_type : UC . newSelect ( LANG . cc_offs_s , { title : LANG . cc_offs_l , show : isTrace } , "traceoff" ) ,
696696 sr_type : UC . newSelect ( "pattern" , { title : "pattern" , show : isSurface } , "surftyp" ) ,
697697 sep : UC . newBlank ( { class : "pop-sep" } ) ,
698698 menu : UC . newRow ( [
0 commit comments