IDE: restrictionbrowser: High-DPI icons

git-svn-id: trunk@58105 -
This commit is contained in:
ondrej 2018-06-04 00:44:24 +00:00
parent dc47e847d7
commit 6052652ec3

View File

@ -98,9 +98,9 @@ begin
GroupIndex := Integer(P) + 1;
Down := True;
AllowAllUp := True;
Images := IDEImages.Images_16;
try
IDEImages.Images_16.GetBitmap(
IDEImages.LoadImage('issue_'+LCLPlatformDirNames[P]), Glyph);
ImageIndex := IDEImages.LoadImage('issue_'+LCLPlatformDirNames[P]);
except
DebugLn('Restriction Browser: Unable to load image for ' + LCLPlatformDirNames[P] + '!');
end;