GUI: Fixed ProbMiss assert when resetting value to default

This commit is contained in:
matlabbe
2018-08-16 16:51:29 -04:00
parent 35d5200a3b
commit 9e13d5600a
2 changed files with 28 additions and 15 deletions

View File

@@ -10718,6 +10718,9 @@ If set to false, classic RTAB-Map loop closure detection is done using only imag
<property name="suffix">
<string/>
</property>
<property name="decimals">
<number>4</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
@@ -10737,6 +10740,9 @@ If set to false, classic RTAB-Map loop closure detection is done using only imag
<property name="suffix">
<string/>
</property>
<property name="decimals">
<number>4</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>