mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
kconfig: qconf: do not show goParent button in split view
When a menu is selected in the split view, the right pane displays the goParent button, but it is never functional. This is unnecessary, as you can select a menu from the menu tree in the left pane. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
b6962d8694
commit
76567f93b3
@ -436,8 +436,7 @@ void ConfigList::updateList()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rootEntry != &rootmenu && (mode == singleMode ||
|
if (rootEntry != &rootmenu && mode == singleMode) {
|
||||||
(mode == symbolMode && rootEntry->parent != &rootmenu))) {
|
|
||||||
item = (ConfigItem *)topLevelItem(0);
|
item = (ConfigItem *)topLevelItem(0);
|
||||||
if (!item)
|
if (!item)
|
||||||
item = new ConfigItem(this, 0, true);
|
item = new ConfigItem(this, 0, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user