Skip to content

Commit

Permalink
Improvement in 3d sub
Browse files Browse the repository at this point in the history
  • Loading branch information
PCigales authored Aug 21, 2022
1 parent f49a75f commit fbd2864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPXTweaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -11829,6 +11829,7 @@ class GPXTweakerWebInterfaceServer():
' click_cr = parseFloat(c_rangle.value);\r\n' \
' click_ct = parseFloat(c_tangle.value);\r\n' \
' var click_c = 0;\r\n' \
' click_id += 0.5;\r\n' \
' var click_lid = click_id;\r\n' \
' function loop_redraw(c) {\r\n' \
' if (click_lid == click_id) {click_c = c;} else if (click_id - click_lid > 0.6) {return;}\r\n' \
Expand Down

0 comments on commit fbd2864

Please sign in to comment.