mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 16:46:45 -05:00
Merge pull request #127 from garakmon/430typo
fix typo in mainwindow.cpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user