reset color inverted when reset

This commit is contained in:
matlabbe
2025-07-10 16:57:42 -07:00
parent 9e0b184fdc
commit 63a5f7b976
+1
View File
@@ -3949,6 +3949,7 @@ void CloudViewer::handleAction(QAction * a)
{
_cloudColorRangeMin = 0.0f;
_cloudColorRangeMax = 0.0f;
_aCloudColorRangeInverted->setChecked(false);
}
else if(a == _aSetBackgroundColor)
{