Fixes #112666: Recompute minimap options (which hold the background color) when the tokens color change

This commit is contained in:
Alexandru Dima
2020-12-18 09:25:35 +01:00
parent df53f46ac2
commit 2c83509a15
@@ -862,6 +862,7 @@ export class Minimap extends ViewPart implements IMinimapModel {
}
}
public onTokensColorsChanged(e: viewEvents.ViewTokensColorsChangedEvent): boolean {
this._onOptionsMaybeChanged();
return this._actual.onTokensColorsChanged();
}
public onZonesChanged(e: viewEvents.ViewZonesChangedEvent): boolean {