diff --git a/uicomponents.go b/uicomponents.go index 64edb95..4545c51 100644 --- a/uicomponents.go +++ b/uicomponents.go @@ -475,6 +475,7 @@ func searchUserDir(dir string) { if len(fileSearchResults) > 0 { btn := setUpUserDirButton(fmt.Sprintf("folder-%s", dir), "", dir, userDirsMap) fileSearchResultFlowBox.Add(btn) + btn.Parent().(*gtk.FlowBoxChild).SetCanFocus(false) for _, path := range fileSearchResults { log.Debugf("Path: %s", path)