Skip to content

Commit 91afcdd

Browse files
committed
Updates to ImageManager update 3
Minor change.
1 parent 3a779cb commit 91afcdd

File tree

1 file changed

+2
-2
lines changed
  • External/Plugins/ProjectManager/Controls

1 file changed

+2
-2
lines changed

External/Plugins/ProjectManager/Controls/Icons.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ public static FDImage GetResource(string resourceID)
208208
catch {
209209
image = new Bitmap(16, 16);
210210
}
211-
image = (Bitmap)PluginBase.MainForm.GetAutoAdjustedImage(ScaleHelper.Scale(image));
212-
imageList.Images.Add(image);
211+
image = (Bitmap)PluginBase.MainForm.GetAutoAdjustedImage(image);
212+
imageList.Images.Add(ScaleHelper.Scale(image));
213213
return new FDImage(image,imageList.Images.Count-1);
214214
}
215215

0 commit comments

Comments
 (0)