mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -06:00
Horizons generator - use correct id for Center Body
This commit is contained in:
@@ -795,7 +795,7 @@ std::string HorizonsDialog::constructUrl() {
|
||||
const std::string id = observer.toString().toStdString();
|
||||
center = "@" + id;
|
||||
_observerName = _chooseObserverCombo->currentText().toStdString();
|
||||
_centerEdit->setText(QString::fromStdString(id));
|
||||
_centerEdit->setText(QString::fromStdString(center));
|
||||
}
|
||||
else {
|
||||
center = _centerEdit->text().toStdString();
|
||||
|
||||
Reference in New Issue
Block a user