OSDN Git Service

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)
commit7eb7c106f1538e29b5bab588b072faa7ce65fe7b
tree9be59ac79ac88aa0f346267e0afab3438984e445
parent8410e6559412c95484b6e6d28c76cea57f753821
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