Changeset 349 for branches/highdpi/Packages/CevoComponents/DrawDlg.pas
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/DrawDlg.pas
r303 r349 86 86 procedure TDrawDlg.OnEraseBkgnd(var Msg: TMessage); 87 87 begin 88 // Full area should be covered by Paint method 88 89 end; 89 90 … … 202 203 if Components[cix] is TButtonBase then 203 204 begin 204 TButtonBase(Components[cix]).Graphic := GrExt[HGrSystem].Data;205 TButtonBase(Components[cix]).Graphic := HGrSystem.Data; 205 206 // if ButtonDownSound <> '*' then 206 207 // DownSound := GetSoundsDir + DirectorySeparator + ButtonDownSound + '.wav'; … … 210 211 TButtonA(Components[cix]).Font := UniFont[ftButton]; 211 212 if Components[cix] is TButtonB then 212 TButtonB(Components[cix]).Mask := GrExt[HGrSystem].Mask;213 TButtonB(Components[cix]).Mask := HGrSystem.Mask; 213 214 end; 214 215 end;
Note:
See TracChangeset
for help on using the changeset viewer.