topping fix bug text
This commit is contained in:
parent
759708226c
commit
e94152369c
49 changed files with 749 additions and 688 deletions
|
|
@ -505,14 +505,18 @@
|
|||
|
||||
TRY "ROOT/taobin_project/speical/call_from_topping.ev"
|
||||
|
||||
DEBUGVAR $12-02-03-0043.Name
|
||||
DEBUGVAR $12-02-03-0043.NameE
|
||||
|
||||
Strlen showname show_name_len
|
||||
If show_eng = "true" Then
|
||||
Strlen showname show_name_len
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
Else
|
||||
Var showname = showname + "###size=68"
|
||||
If show_name_len > 0 Then
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -7768,13 +7772,15 @@
|
|||
DEBUGVAR showname
|
||||
DEBUGVAR showdesc
|
||||
|
||||
Strlen showname show_name_len
|
||||
If show_eng = "true" Then
|
||||
Strlen showname show_name_len
|
||||
If show_name_len > 24 Then
|
||||
Var showname = showname + "###size=54"
|
||||
EndIf
|
||||
Else
|
||||
Var showname = showname + "###size=68"
|
||||
If show_name_len > 0 Then
|
||||
Var showname = showname + "###size=68"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue