Skip to content

Commit 742842c

Browse files
committed
ImageListManager update 3
Just changed the access modifier.
1 parent 276d67e commit 742842c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/ASCompletion/PluginUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private void TreeIcons_Initialize(object sender, EventArgs e)
182182
});
183183
}
184184

185-
private static Image GetImage(String name)
185+
public static Image GetImage(String name)
186186
{
187187
return PluginBase.MainForm.ImageSetAdjust(Image.FromStream(GetStream(name)));
188188
}

0 commit comments

Comments
 (0)