]> 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)
commit34934a1d8ed4ac3bb9a544bb8971240effcb3744
tree9be59ac79ac88aa0f346267e0afab3438984e445
parent79fd55ea2a3af3669d25bb5b1132e7e77cd1f6c9
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