Skip to content

Fix location cursor in shortcut view sometimes flickers on selection (Issue #644)

Sergios - Anestis Kefalidis requested to merge SKefalidis/thunar:flicker into master

The flicker is a product of thunar_shortcuts_view_open mistakenly resetting the focus to the previous location. The focus is then corrected by thunar_shortcuts_pane_set_current_directory_idle hence the flicker-like behavior.

MR !158 (merged) Issue #644 (closed)

Merge request reports