Aggiunto checkbox per il plot del percorso caricato
This commit is contained in:
@@ -271,7 +271,7 @@ void RoboGlue_GUI::on_btn_open_clicked() {
|
||||
m->commonStatus.isFileOpen = true;
|
||||
fileOpen = true;
|
||||
metadata["name"] = ui->txt_fileName->text();
|
||||
metadata["plot"] = false;
|
||||
metadata["plot"] = ui->chk_plot->isChecked();
|
||||
param["action"] = "open";
|
||||
param["metadata"] = metadata;
|
||||
ui->btn_record->setEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user