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

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