mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
Merge branch 'master' of https://github.com/cnr-isti-vclab/meshlab
This commit is contained in:
commit
1a2976b587
@ -301,6 +301,7 @@ void EditMutualCorrsPlugin::addNewPoint()
|
||||
|
||||
// update dialog
|
||||
mutualcorrsDialog->updateTable();
|
||||
mutualcorrsDialog->ui->tableWidget->selectRow(mutualcorrsDialog->ui->tableWidget->rowCount()-1);
|
||||
glArea->update();
|
||||
}
|
||||
|
||||
@ -324,6 +325,7 @@ void EditMutualCorrsPlugin::deleteCurrentPoint()
|
||||
|
||||
// update dialog
|
||||
mutualcorrsDialog->updateTable();
|
||||
mutualcorrsDialog->ui->tableWidget->selectRow(0);
|
||||
glArea->update();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user