mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
replace hard-coded ShowMenu on root button press with mouse binding trigger
This commit is contained in:
parent
0be4625c1c
commit
3a3b484898
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ cursor_button(struct wl_listener *listener, void *data)
|
|||
|
||||
/* Handle _press_ on root window */
|
||||
if (!view) {
|
||||
action(server, "ShowMenu", "root-menu", 0);
|
||||
handle_press_mousebinding(server, event->button, modifiers, LAB_SSD_ROOT, 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue