MG: fixed mouse events

git-svn-id: trunk@2937 -
This commit is contained in:
lazarus 2002-08-18 08:56:23 +00:00
parent 0f41aef981
commit d995f10fe7

View File

@ -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