summaryrefslogtreecommitdiffstats
path: root/src/gui/BreadCrumbs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/BreadCrumbs.hpp')
-rw-r--r--src/gui/BreadCrumbs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/BreadCrumbs.hpp b/src/gui/BreadCrumbs.hpp
index 4b6408f9..39b7db42 100644
--- a/src/gui/BreadCrumbs.hpp
+++ b/src/gui/BreadCrumbs.hpp
@@ -67,6 +67,7 @@ private:
assert( !view || view->patch()->path() == path);
set_border_width(0);
set_path(path);
+ set_can_focus(false);
show_all();
}