fix polygon tools
This commit is contained in:
parent
8046809184
commit
1983b3b32d
1 changed files with 2 additions and 2 deletions
|
|
@ -615,7 +615,7 @@ if state.isdrawing then
|
||||||
for i = 0 to ubound(finalP) - 1
|
for i = 0 to ubound(finalP) - 1
|
||||||
tmpstr = tmpstr + tst(finalP(i)) + ","
|
tmpstr = tmpstr + tst(finalP(i)) + ","
|
||||||
next i
|
next i
|
||||||
tmpstr = tmpstr + tst(finalP(i)) + "," + hex$(state.fcolor) + ")"
|
tmpstr = tmpstr + tst(finalP(i)) + ")"
|
||||||
addcommand tmpstr
|
addcommand tmpstr
|
||||||
|
|
||||||
' Clean up local tool state
|
' Clean up local tool state
|
||||||
|
|
@ -672,7 +672,7 @@ if state.isdrawing then
|
||||||
for i = 0 to ubound(finalP) - 1
|
for i = 0 to ubound(finalP) - 1
|
||||||
tmpstr = tmpstr + tst(finalP(i)) + ","
|
tmpstr = tmpstr + tst(finalP(i)) + ","
|
||||||
next i
|
next i
|
||||||
tmpstr = tmpstr + tst(finalP(i)) + "," + hex$(state.fcolor) + ")"
|
tmpstr = tmpstr + tst(finalP(i)) + ")"
|
||||||
addcommand tmpstr
|
addcommand tmpstr
|
||||||
|
|
||||||
' Clean up local tool state
|
' Clean up local tool state
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue