mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 06:38:06 +02:00
IDE: restrictionbrowser: High-DPI icons
git-svn-id: trunk@58105 -
This commit is contained in:
parent
dc47e847d7
commit
6052652ec3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user