wyuenho / all-the-icons-dired

Adds dired support to all-the-icons
GNU General Public License v3.0
23 stars 7 forks source link

Icons misalign on redisplay #10

Closed MithicSpirit closed 2 years ago

MithicSpirit commented 2 years ago

Describe the bug

Executing dired-do-redisplay on shifts the selected file(s) icons to the left edge

To Reproduce

Steps to reproduce the behavior:

  1. Open a folder with dired
  2. Make sure all-the-icons-dired is enabled
  3. Put the cursor on a file or mark it and run dired-do-redisplay

Expected behavior

The icon should be left in the correct position.

Screenshots

See here: https://github.com/hlissner/doom-emacs/issues/5579

System

Doom Emacs on Arch Linux (using the emacs-pgtk-native-comp-git AUR package), though it can also be reproduced in Vanilla: https://github.com/hlissner/doom-emacs/issues/5579#issuecomment-933996556

wyuenho commented 2 years ago

Can you post a screenshot?

MithicSpirit commented 2 years ago

Sure. Before: image After: image