mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Ensure Log splitter is not slipping under log window
This commit is contained in:
parent
99d4aa837f
commit
2810a24c42
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ begin
|
|||
begin
|
||||
LogSplitter.Visible:= bShow;
|
||||
seLogWindow.Visible:= bShow;
|
||||
Application.ProcessMessages;
|
||||
LogSplitter.Top := seLogWindow.Top - LogSplitter.Height;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
@ -148,4 +148,4 @@ begin
|
|||
TThread.Synchronize(FThread, @LogWriteInTheThread);
|
||||
end;
|
||||
|
||||
end.
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue