mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-14 23:40:20 +08:00
reset color inverted when reset
This commit is contained in:
@@ -3949,6 +3949,7 @@ void CloudViewer::handleAction(QAction * a)
|
|||||||
{
|
{
|
||||||
_cloudColorRangeMin = 0.0f;
|
_cloudColorRangeMin = 0.0f;
|
||||||
_cloudColorRangeMax = 0.0f;
|
_cloudColorRangeMax = 0.0f;
|
||||||
|
_aCloudColorRangeInverted->setChecked(false);
|
||||||
}
|
}
|
||||||
else if(a == _aSetBackgroundColor)
|
else if(a == _aSetBackgroundColor)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user