Fixed bad integer usage
This commit is contained in:
parent
cf01937d1c
commit
aa1c957eb9
|
@ -264,7 +264,7 @@ class TaskPanel:
|
|||
|
||||
try:
|
||||
props.index("HydrostaticsNDraft")
|
||||
form.nDraft.setValue(self.ship.HydrostaticsNDraft.Value)
|
||||
form.nDraft.setValue(self.ship.HydrostaticsNDraft)
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user