Fixed OI10 migration related bug where columns weren't be added automaticaly for empty thickness values. Removed erroneous error message
This commit is contained in:
parent
9651c48539
commit
0b5ce72c39
20845
LSL2/OIWIN/RDS_TEST.json
20845
LSL2/OIWIN/RDS_TEST.json
File diff suppressed because it is too large
Load Diff
@ -191,8 +191,6 @@ NEXT I
|
||||
|
||||
Set_Property(@WINDOW,'@ET_SYMBOLICS',ETSymbolics)
|
||||
|
||||
|
||||
|
||||
GOSUB Refresh
|
||||
|
||||
RETURN
|
||||
@ -1061,7 +1059,7 @@ CurrCtrl = Get_Property(@WINDOW,'FOCUS')
|
||||
|
||||
*Dummy = Send_Message(CurrCtrl, "DELETE", RowIndex) ;* Row Limit of 17 doesn't allow additional lines to be added
|
||||
|
||||
ErrMsg('Rows may not be inserted or deleted.')
|
||||
//ErrMsg('Rows may not be inserted or deleted.')
|
||||
|
||||
RETURN
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user