mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-21 15:49:15 +01:00
Fixes #112666: Recompute minimap options (which hold the background color) when the tokens color change
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user