mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:00:27 +02:00
MG: fixed mouse events
git-svn-id: trunk@2937 -
This commit is contained in:
parent
0f41aef981
commit
d995f10fe7
@ -1719,8 +1719,9 @@ begin
|
||||
for I := 0 to 9 do Begin
|
||||
Pixmap1:=TPixMap.Create;
|
||||
Pixmap1.TransparentColor:=clBtnFace;
|
||||
if not LoadPixmapRes('bookmark'+inttostr(i),Pixmap1) then
|
||||
LoadPixmapRes('default',Pixmap1);
|
||||
Pixmap1.LoadFromLazarusResource('bookmark'+inttostr(i));
|
||||
//if not LoadPixmapRes('bookmark'+inttostr(i),Pixmap1) then
|
||||
// LoadPixmapRes('default',Pixmap1);
|
||||
MarksImgList.Add(Pixmap1,nil);
|
||||
end;
|
||||
// load active breakpoint image
|
||||
|
Loading…
Reference in New Issue
Block a user