[qt] Fix copy-paste error

pull/137/head
Hleb Valoshka 2018-11-25 13:01:16 +03:00
parent 5d0f46422f
commit f4a9b09e57
1 changed files with 2 additions and 1 deletions

View File

@ -614,8 +614,9 @@ void DeepSkyBrowser::slotMarkSelected()
}
// FIXME: unmark is required to change the marker representation
Selection sel = Selection(dso);
universe->unmarkObject(sel, 1);
universe->markObject(Selection(dso),
universe->markObject(sel,
MarkerRepresentation(markerSymbol, size, color, label),
1);
}