fix edit rect attributes crashing (due to missing param to proc text_line)

This commit is contained in:
Stefan Frederik 2021-12-27 05:37:56 +01:00
parent 547097f176
commit 505801c49d
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ static void edit_rect_property(int x)
if(x==0) tcleval("text_line {Input property:} normal");
if(x==0) tcleval("text_line {Input property:} 0 normal");
else if(x==2) tcleval("viewdata $::retval");
else if(x==1) tcleval("edit_vi_prop {Text:}");
else {