mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 21:59:21 +02:00
* x86_64 fix: Debugln of TFontHandleCache.Add
git-svn-id: trunk@6396 -
This commit is contained in:
parent
529d872aea
commit
bfa23e222a
@ -112,7 +112,7 @@ begin
|
|||||||
Result.LogFont:=LogFont;
|
Result.LogFont:=LogFont;
|
||||||
FDescriptors.Add(Result);
|
FDescriptors.Add(Result);
|
||||||
if FindFontDesc(LogFont,LongFontName)=nil then begin
|
if FindFontDesc(LogFont,LongFontName)=nil then begin
|
||||||
debugln('TFontHandleCache.Add Added: ',HexStr(Cardinal(Result),8),' LongFontName=',Result.LongFontName);
|
DebugLn('TFontHandleCache.Add Added: %p LongFontName=%s',[Pointer(Result), Result.LongFontName]);
|
||||||
RaiseGDBException('');
|
RaiseGDBException('');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
@ -964,6 +964,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.21 2004/12/19 21:38:21 marc
|
||||||
|
* x86_64 fix: Debugln of TFontHandleCache.Add
|
||||||
|
|
||||||
Revision 1.20 2004/11/10 18:23:56 mattias
|
Revision 1.20 2004/11/10 18:23:56 mattias
|
||||||
impementing changing a TLabel.Font properties Size, Height, Name, Style - set only at Handle creation time
|
impementing changing a TLabel.Font properties Size, Height, Name, Style - set only at Handle creation time
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user