Fix PluginMainLineMarkerProvider icon

This commit is contained in:
Him188 2021-01-29 13:04:44 +08:00
parent 90c6c7be15
commit 11c75e686c

View File

@ -36,7 +36,7 @@ class PluginMainLineMarkerProvider : LineMarkerProvider {
callElement,
callElement.textRange,
Icons.CommandDeclaration,
Icons.PluginMainDeclaration,
tooltipProvider,
null, GutterIconRenderer.Alignment.RIGHT
) {