1. 03 5月, 2017 1 次提交
    • B
      Fix bug where paths took up twice as much space · ba1c8c65
      Benjamin Sago 提交于
      For some reason, the code that calculated the width of a cell with a path in counted the width of the path twice: once from the ANSIStrings containing it, and once more added on afterwards. This meant that the grid view thought that columns were wider than they really were, meaning fewer could be fit into a grid.
      ba1c8c65