mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 05:39:25 +02:00
* AddWatch calls DoShowWatches
This commit is contained in:
parent
17eccf5700
commit
19b0ddfa22
@ -128,6 +128,9 @@ begin
|
||||
begin
|
||||
WatchesCollection^.Insert(P);
|
||||
WatchesCollection^.Update;
|
||||
{ If not assigned(WatchesWindow) then
|
||||
should we only open it the first time ?? PM }
|
||||
DoShowWatches;
|
||||
end
|
||||
else
|
||||
dispose(P,Done);
|
||||
@ -136,7 +139,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 2000-01-08 18:26:20 florian
|
||||
Revision 1.11 2000-02-04 00:13:59 pierre
|
||||
* AddWatch calls DoShowWatches
|
||||
|
||||
Revision 1.10 2000/01/08 18:26:20 florian
|
||||
+ added a register window, doesn't work yet
|
||||
|
||||
Revision 1.9 1999/09/22 16:18:19 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user