We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a779cb commit 91afcddCopy full SHA for 91afcdd
External/Plugins/ProjectManager/Controls/Icons.cs
@@ -208,8 +208,8 @@ public static FDImage GetResource(string resourceID)
208
catch {
209
image = new Bitmap(16, 16);
210
}
211
- image = (Bitmap)PluginBase.MainForm.GetAutoAdjustedImage(ScaleHelper.Scale(image));
212
- imageList.Images.Add(image);
+ image = (Bitmap)PluginBase.MainForm.GetAutoAdjustedImage(image);
+ imageList.Images.Add(ScaleHelper.Scale(image));
213
return new FDImage(image,imageList.Images.Count-1);
214
215
0 commit comments