Skip to content

filechooser: keep file selected after being renamed

Because otherwise when the file list is sorted "by name" and the new name causes the file to be re-sorted to another row, the selection stays in the old row which is now occupied by a different file.

Fixed by keeping track of the renamed file and revealing it in the "row-changed" signal handler, which gets emitted after a file is renamed.

Closes #948 (closed)

Merge request reports