FIX: in the FileViewHeader, the PathEdit will be in the wrong position when the address is visible

This commit is contained in:
rich2014 2026-05-29 21:56:09 +08:00
commit b05b79bc9a

View file

@ -287,6 +287,8 @@ begin
FPathEdit:= TKASPathEdit.Create(FPathLabel);
FPathEdit.Parent:= Self;
FPathEdit.Align:= alCustom;
FPathEdit.AutoSize:= False;
FPathEdit.Visible:= False;
FPathEdit.TabStop:= False;
FPathEdit.BorderStyle:= bsNone;