mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: the debug logs on macOS, issue #2725
This commit is contained in:
parent
80a332c42f
commit
f24e4fdaa8
1 changed files with 4 additions and 1 deletions
|
|
@ -327,7 +327,10 @@ var
|
|||
responder: NSResponder;
|
||||
begin
|
||||
form:= Screen.ActiveForm;
|
||||
control:= form.ActiveControl;
|
||||
if form <> nil then
|
||||
control:= form.ActiveControl
|
||||
else
|
||||
control:= nil;
|
||||
LogWrite( '>>> ' + TimeToStr(now) );
|
||||
LogWrite( 'LCL:' );
|
||||
LogWrite( ' ' + DbgsName(form) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue