mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:10:16 +02:00
DBG: cleanup
git-svn-id: trunk@29052 -
This commit is contained in:
parent
02c90426e1
commit
7c5271b2f7
@ -105,7 +105,6 @@ type
|
|||||||
FWatchesNotification: TIDEWatchesNotification;
|
FWatchesNotification: TIDEWatchesNotification;
|
||||||
FPowerImgIdx, FPowerImgIdxGrey: Integer;
|
FPowerImgIdx, FPowerImgIdxGrey: Integer;
|
||||||
FUpdateAllNeeded: Boolean;
|
FUpdateAllNeeded: Boolean;
|
||||||
procedure DoEndUpdate; override;
|
|
||||||
function GetSelected: TIDEWatch;
|
function GetSelected: TIDEWatch;
|
||||||
procedure SetWatches(const AValue: TIDEWatches);
|
procedure SetWatches(const AValue: TIDEWatches);
|
||||||
procedure WatchAdd(const ASender: TIDEWatches; const AWatch: TIDEWatch);
|
procedure WatchAdd(const ASender: TIDEWatches; const AWatch: TIDEWatch);
|
||||||
@ -116,6 +115,7 @@ type
|
|||||||
procedure UpdateAll;
|
procedure UpdateAll;
|
||||||
procedure DisableAllActions;
|
procedure DisableAllActions;
|
||||||
protected
|
protected
|
||||||
|
procedure DoEndUpdate; override;
|
||||||
public
|
public
|
||||||
constructor Create(AOwner: TComponent); override;
|
constructor Create(AOwner: TComponent); override;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user