mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 06:36:04 +01:00
IDE: less hints
git-svn-id: trunk@55772 -
This commit is contained in:
parent
7c4d9676e0
commit
07104a2774
@ -3025,6 +3025,7 @@ end;
|
||||
|
||||
initialization
|
||||
DBG_LOCATION_INFO := DebugLogger.FindOrRegisterLogGroup('DBG_LOCATION_INFO' {$IFDEF DBG_LOCATION_INFO} , True {$ENDIF} );
|
||||
if DBG_LOCATION_INFO=nil then ;
|
||||
|
||||
end.
|
||||
|
||||
|
||||
@ -635,7 +635,7 @@ type
|
||||
procedure StatusBarClick(Sender: TObject);
|
||||
procedure StatusBarDblClick(Sender: TObject);
|
||||
procedure StatusBarContextPopup(Sender: TObject; MousePos: TPoint;
|
||||
var Handled: Boolean);
|
||||
var {%H-}Handled: Boolean);
|
||||
procedure StatusBarDrawPanel({%H-}AStatusBar: TStatusBar; APanel: TStatusPanel;
|
||||
const ARect: TRect);
|
||||
procedure TabPopUpMenuPopup(Sender: TObject);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user