mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Can't open new tabs in existing DC instance (issue #42)
This commit is contained in:
parent
7ef4de5126
commit
4e544981fb
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ end;
|
|||
|
||||
procedure TPipeServerComm.OwnerReadMessage;
|
||||
begin
|
||||
{$IF FPC_FULLVERSION >= 30200}
|
||||
ReadMessage;
|
||||
{$ENDIF}
|
||||
Owner.ReadMessage;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue