ENH:the negative volume will not display fillment in object table

Change-Id: I25f000c7770378e7919f9be8869c6320867d1ecd
This commit is contained in:
tao wang 2023-02-10 11:25:57 +08:00 committed by Lane.Wei
parent 7ecc8a9834
commit f542f6f51e
2 changed files with 21 additions and 6 deletions

View file

@ -348,6 +348,7 @@ public:
ConfigOptionFloat ori_speed_perimeter;
ModelConfig* config;
ModelVolumeType model_volume_type;
ObjectGridRow(int obj_id, int vol_id, GridRowType type)
: object_id(obj_id), volume_id(vol_id), row_type(type)