You've already forked lazarus-ccr
RxDBGrid - try to fix work on MAC
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2892 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -808,7 +808,15 @@ end;
|
||||
|
||||
function TCustomRxDateEdit.GetDefaultGlyphName: String;
|
||||
begin
|
||||
{$IFDEF LINUX}
|
||||
Result:='picDateEdit';
|
||||
{$ELSE}
|
||||
{$IFDEF WINDOWS}
|
||||
Result:='picDateEdit';
|
||||
{$ELSE}
|
||||
Result:='';
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
function TCustomRxDateEdit.CreatePopupForm: TPopupCalendar;
|
||||
|
Reference in New Issue
Block a user