Fixed bad integer usage
This commit is contained in:
committed by
wmayer
parent
0ef1936c86
commit
4b0c7bd9e1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user