You've already forked lazarus-ccr
spktoolbar: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6174 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -17,7 +17,7 @@ interface
|
||||
uses
|
||||
Graphics, Classes, Forms, SysUtils,
|
||||
SpkGUITools, SpkXMLParser, SpkXMLTools,
|
||||
spkt_Dispatch, spkt_Exceptions, spkt_Const;
|
||||
spkt_Dispatch, spkt_Exceptions;
|
||||
|
||||
type
|
||||
TSpkPaneStyle = (
|
||||
@ -1605,7 +1605,7 @@ end;
|
||||
|
||||
procedure SetDefaultFont(AFont: TFont);
|
||||
begin
|
||||
// AFont.Assign(Screen.MenuFont);
|
||||
//AFont.Assign(Screen.MenuFont); // wp: why is this harmful?
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user