You've already forked lazarus-ccr
fix create resource from XPM image
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@490 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1890,10 +1890,12 @@ begin
|
||||
Options:=Options - [dgCancelOnExit];
|
||||
{$ENDIF}
|
||||
|
||||
FMarkerUp := TBitmap.Create;
|
||||
FMarkerUp := LoadLazResBitmapImage('rx_markerup');
|
||||
FMarkerDown := LoadLazResBitmapImage('rx_markerdown');
|
||||
{ FMarkerUp := TBitmap.Create;
|
||||
FMarkerUp.LoadFromLazarusResource('rx_markerup');
|
||||
FMarkerDown := TBitmap.Create;
|
||||
FMarkerDown.LoadFromLazarusResource('rx_markerdown');
|
||||
FMarkerDown.LoadFromLazarusResource('rx_markerdown');}
|
||||
|
||||
FPropertyStorageLink:=TPropertyStorageLink.Create;
|
||||
FPropertyStorageLink.OnSave:=@OnIniSave;
|
||||
|
||||
Reference in New Issue
Block a user