Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,601
    • Issues 1,601
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 219
    • Merge requests 219
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Merge requests
  • !1812

GtkFileChooser: reveal selection after sorting view

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nelson Ben requested to merge BUG_reveal_after_sort_GTK3 into gtk-3-24 May 01, 2020
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1
After clicking on any of the sort column headers,
the view is properly resorted but the file we had
selected can probably be now out of view due to
the new sort order.

This commit just makes sure to reveal the current
file selection (if any) after the view has been
sorted.

Closes #2683

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: BUG_reveal_after_sort_GTK3