Reload image when header is updated

This commit is contained in:
2025-04-09 14:58:23 +02:00
parent 90026f931f
commit 8178efdafd
7 changed files with 17 additions and 0 deletions
+1
View File
@@ -188,6 +188,7 @@ bool Solver::updateHeader(QString &error)
modify.updateKeyword("EQUINOX", 2000, QByteArray("Equinox of coordinates"));
bool ret = file.modifyFITSRecords(&modify);
if(!ret)error = tr("Failed to update file header");
else emit headerUpdated(_path);
return ret;
}