Masahiro Yamada
51d85e70e3
kconfig: qconf: do not limit the pop-up menu to the first row
...
[ Upstream commit fa8de0a3bf ]
If you right-click the first row in the option tree, the pop-up menu
shows up, but if you right-click the second row or below, the event
is ignored due to the following check:
if (e->y() <= header()->geometry().bottom()) {
Perhaps, the intention was to show the pop-menu only when the tree
header was right-clicked, but this handler is not called in that case.
Since the origin of e->y() starts from the bottom of the header,
this check is odd.
Going forward, you can right-click anywhere in the tree to get the
pop-up menu.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-08-26 10:41:04 +02:00
..
2019-06-25 10:17:07 +02:00
2019-08-29 23:54:29 +09:00
2020-08-11 15:33:35 +02:00
2020-04-01 11:02:00 +02:00
2020-05-27 17:46:24 +02:00
2020-07-29 10:18:35 +02:00
2019-09-14 11:40:13 +09:00
2020-08-26 10:41:04 +02:00
2020-03-25 08:25:55 +01:00
2020-01-17 19:49:07 +01:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:39 -07:00
2019-07-18 02:19:31 +09:00
2019-05-24 17:27:11 +02:00
2019-06-05 17:37:11 +02:00
2019-05-13 01:12:45 +02:00
2019-05-30 11:26:39 -07:00
2019-09-25 17:51:42 -07:00
2019-06-05 02:33:10 +09:00
2019-02-19 21:27:53 +01:00
2019-03-04 22:34:54 +09:00
2020-05-10 10:31:27 +02:00
2019-05-24 17:36:42 +02:00
2020-07-29 10:18:35 +02:00
2020-05-14 07:58:29 +02:00
2019-06-14 14:43:01 -06:00
2020-03-25 08:25:55 +01:00
2019-06-05 17:37:07 +02:00
2019-06-05 17:37:10 +02:00
2020-02-11 04:35:23 -08:00
2019-01-06 09:46:51 +09:00
2019-03-04 22:35:04 +09:00
2019-07-27 12:18:19 +09:00
2019-06-21 16:58:37 +02:00
2019-05-24 17:36:45 +02:00
2019-07-16 19:23:22 -07:00
2019-05-30 11:26:39 -07:00
2020-06-24 17:50:33 +02:00
2020-01-04 19:18:23 +01:00
2020-06-30 15:37:05 -04:00
2020-04-08 09:08:37 +02:00
2019-08-12 15:00:37 -06:00
2019-05-30 11:26:39 -07:00
2020-06-17 16:40:20 +02:00
2019-09-27 19:37:27 -07:00
2019-03-17 12:56:32 +09:00
2020-03-05 16:43:47 +01:00
2019-08-29 23:54:29 +09:00
2020-03-25 08:25:54 +01:00
2019-03-04 09:29:41 -08:00
2020-03-05 16:43:47 +01:00
2019-09-04 23:12:50 +09:00
2019-08-15 13:24:04 +01:00
2019-05-21 10:50:46 +02:00
2020-05-02 08:48:42 +02:00
2019-07-17 22:39:27 +09:00
2019-08-22 01:14:11 +09:00
2019-07-17 22:39:27 +09:00
2019-09-22 10:34:46 -07:00
2019-07-17 22:39:27 +09:00
2019-08-25 07:42:00 +09:00
2019-05-06 11:12:09 -07:00
2019-06-05 17:37:10 +02:00
2019-08-14 01:10:42 +09:00
2019-08-29 23:54:29 +09:00
2020-06-24 17:50:19 +02:00
2019-07-17 22:39:27 +09:00
2019-10-05 15:29:49 +09:00
2020-08-11 15:33:35 +02:00
2019-05-30 11:29:23 -07:00
2020-03-25 08:25:49 +01:00
2020-08-21 13:05:36 +02:00
2020-06-30 15:37:05 -04:00
2019-05-30 11:26:39 -07:00
2019-10-15 23:45:07 +09:00
2019-06-05 17:37:17 +02:00
2019-06-05 17:37:10 +02:00
2019-06-05 17:37:10 +02:00
2019-06-01 15:51:31 -07:00
2019-07-12 11:05:41 -07:00
2019-07-17 06:57:52 -03:00
2019-07-11 00:05:09 +09:00
2019-11-13 10:52:05 +00:00
2019-01-22 13:34:35 +01:00