Merge pull request #127 from garakmon/430typo
fix typo in mainwindow.cpp
This commit is contained in:
commit
cdf39e6eb2
1 changed files with 1 additions and 1 deletions
|
@ -1391,7 +1391,7 @@ void MainWindow::updateSelectedObjects() {
|
|||
}
|
||||
else if (event_type == EventType::HealLocation) {
|
||||
// Hide elevation so users don't get impression that editing it is meaningful.
|
||||
frame->ui->spinbox_z->setVisible(false);
|
||||
frame->ui->spinBox_z->setVisible(false);
|
||||
frame->ui->label_z->setVisible(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue