fixed preview color
This commit is contained in:
parent
70d696de5a
commit
37c4669759
@ -233,7 +233,7 @@ export class AnnotationDrawService {
|
||||
annotation.setCustomData('changeLog', String(annotationWrapper.isChangeLogEntry));
|
||||
annotation.setCustomData('changeLogRemoved', String(annotationWrapper.isChangeLogRemoved));
|
||||
annotation.setCustomData('opacity', String(annotation.Opacity));
|
||||
annotation.setCustomData('redactionColor', String(this.getColor(activeViewer, dossierTemplateId, 'redaction', 'redaction')));
|
||||
annotation.setCustomData('redactionColor', String(this.getColor(activeViewer, dossierTemplateId, 'redaction', 'preview')));
|
||||
annotation.setCustomData(
|
||||
'annotationColor',
|
||||
String(this.getColor(activeViewer, dossierTemplateId, annotationWrapper.superType, annotationWrapper.type)),
|
||||
|
||||
@ -257,6 +257,7 @@ export class DictionaryService extends EntitiesService<Dictionary, IDictionary>
|
||||
{ hexColor: colors.analysisColor || FALLBACK_COLOR, type: 'analysis' },
|
||||
{ hexColor: '#fa98f7', type: 'hint', hint: true },
|
||||
{ hexColor: colors.manualRedactionColor || FALLBACK_COLOR, type: 'redaction' },
|
||||
{ hexColor: colors.previewColor || FALLBACK_COLOR, type: 'preview' },
|
||||
{ hexColor: colors.updatedColor || FALLBACK_COLOR, type: 'updated' },
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user