]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: qconf: Fix mouse events in search view
authorMaxime Chretien <maxime.chretien@bootlin.com>
Wed, 8 Jul 2020 13:32:15 +0000 (15:32 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 14 Aug 2020 04:30:03 +0000 (13:30 +0900)
commit13a602fc3a0dfa54f6f05ef70d2e5b3bcca4106b
tree9be59ac79ac88aa0f346267e0afab3438984e445
parentc6557e100a18be8a819e9d1352ea1530fbcf0918
kconfig: qconf: Fix mouse events in search view

On menu properties mouse events didn't do anything in search view
(listMode).

As there are no menus in listMode we can add an exception in tests to
always change the value on mouse events if we are in listMode.

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/qconf.cc