mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Label visibility
This commit is contained in:
parent
7f0754157d
commit
557bfc851f
1 changed files with 2 additions and 1 deletions
|
|
@ -421,7 +421,8 @@ begin
|
|||
//if Attrs is TNtfsFileAttributesProperty
|
||||
|
||||
ShowPermissions(Attrs);
|
||||
chkExecutable.Visible:= FPS_ISREG(Attrs);
|
||||
lblExecutable.Visible:= FPS_ISREG(Attrs);
|
||||
chkExecutable.Visible:= lblExecutable.Visible;
|
||||
edtOctal.Text:= DecToOct(GetModeFromForm);
|
||||
lblAttrText.Caption := Properties[fpAttributes].Format(DefaultFilePropertyFormatter);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue