From 78682a8e3c4fefffec281f13168cec5c297827bb Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 29 Aug 2018 22:22:23 +0200 Subject: menuconfig: Fix outdated comment re. show-all mode Invisible symbols are no longer shown in red outside of show-all mode. --- menuconfig.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/menuconfig.py b/menuconfig.py index 392bc1b..dfc4c90 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1046,8 +1046,7 @@ def _shown_nodes(menu): # Always show the node if it is the root of an implicit submenu # with visible items, even when the node itself is invisible. This # can happen e.g. if the symbol has an optional prompt - # ('prompt "foo" if COND') that is currently invisible. The node - # will appear in the 'show-all' style (red). + # ('prompt "foo" if COND') that is currently invisible. if shown(node) or shown_children: res.append(node) -- cgit v1.2.3