https://bugs.kde.org/show_bug.cgi?id=413367
--- Comment #11 from Thomas Fischer <fisc...@unix-ag.uni-kl.de> --- Git commit 844428d41259820a73ab8a5e848e703870882874 by Thomas Fischer. Committed on 10/02/2020 at 20:16. Pushed by thomasfischer into branch 'master'. (Re)storing columns' width and visual index Storing and restoring columns' with and visual index if manual column resizing/positioning is enabled in a BasicFileView. This change included extending struct FieldDescription with two maps for storing colums' widths and visual indices. Default unless changed by user is automatic balancing of column widths with fixed ordering (logical index == visual index). Related: bug 403750 M +182 -160 src/config/bibtexfields.cpp M +2 -0 src/config/bibtexfields.h M +104 -24 src/gui/file/basicfileview.cpp M +1 -1 src/gui/file/basicfileview.h https://commits.kde.org/kbibtex/844428d41259820a73ab8a5e848e703870882874 -- You are receiving this mail because: You are watching all bug changes.