Show link "arrows" on files as well as directories in File Commander

Issue #685 resolved
prl created an issue

Currently only directories are marked with an arrow in the bottom left of their file type icon in File Commander.

Separate the "link" arrow into a separate pixmap so that it can be overlaid on the normal file type icon for both directories and all file types.

Comments (2)

  1. Peter Urbanec

    Fix issue #685: Show link "arrows" on files as well as directories in File Commander

    Add new pixmap, FileCommander/images/link-arrow.png and display it as an overlay on all symbolic links to files and directories.

    Use TYPE_PIXMAP_ALPHABLEND for pixmap rendering in FileCommander.FileList instead of TYPE_PIXMAP_ALPHATEST.

    FileCommander/images/link.png is retained and used for symbolic links to directories if link-arrow.png is missing.

    → <<cset 8aa836d35248>>

  2. Log in to comment