mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Fixed not working "Insert data in GUI cache" when disabled
This commit is contained in:
@@ -56,6 +56,15 @@ void ExportCloudsDialog::setOkButton()
|
||||
_ui->checkBox_binary->setVisible(false);
|
||||
}
|
||||
|
||||
void ExportCloudsDialog::enableRegeneration(bool enabled)
|
||||
{
|
||||
if(!enabled)
|
||||
{
|
||||
_ui->groupBox_regenerate->setChecked(false);
|
||||
}
|
||||
_ui->groupBox_regenerate->setEnabled(enabled);
|
||||
}
|
||||
|
||||
bool ExportCloudsDialog::getAssemble() const
|
||||
{
|
||||
return _ui->groupBox_assemble->isChecked();
|
||||
|
||||
Reference in New Issue
Block a user