Merge pull request #127 from garakmon/430typo

fix typo in mainwindow.cpp
This commit is contained in:
garak 2019-05-02 11:13:02 -04:00 committed by GitHub
commit cdf39e6eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}