mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 08:52:34 +02:00
codetools: added -dVerboseCTSave
git-svn-id: trunk@21093 -
This commit is contained in:
parent
dc0c82f3e3
commit
2f8de86823
@ -696,7 +696,10 @@ var
|
||||
TheFilename: String;
|
||||
s: String;
|
||||
begin
|
||||
//DebugLn('TSourceLog.SaveToFile Self=',DbgS(Self));
|
||||
{$IFDEF VerboseCTSave}
|
||||
DebugLn('TSourceLog.SaveToFile Self=',DbgS(Self));
|
||||
CTDumpStack;
|
||||
{$ENDIF}
|
||||
Result := True;
|
||||
try
|
||||
InvalidateFileStateCache;
|
||||
|
@ -1186,6 +1186,7 @@ var
|
||||
ShiftState: TShiftState;
|
||||
begin
|
||||
Result := CallBackDefaultReturn;
|
||||
|
||||
MousePositionValid:=false;
|
||||
|
||||
{$IFDEF VerboseMouseBugfix}
|
||||
@ -1251,7 +1252,7 @@ end;
|
||||
function GTKMotionNotifyAfter(widget:PGTKWidget; event: PGDKEventMotion;
|
||||
data: gPointer): GBoolean; cdecl;
|
||||
begin
|
||||
Result := True; // stop event propagation
|
||||
Result := true; // stop event propagation
|
||||
MousePositionValid := False;
|
||||
|
||||
{$IFDEF VerboseMouseBugfix}
|
||||
|
Loading…
Reference in New Issue
Block a user