mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
!fixup submenu scale
This commit is contained in:
parent
a5acbcaa1e
commit
9ed83a89eb
1 changed files with 1 additions and 0 deletions
|
|
@ -933,6 +933,7 @@ bool popup_pointer_button(void *data, struct wl_pointer *wl_pointer,
|
||||||
} else {
|
} else {
|
||||||
popup->y = hotspot->y;
|
popup->y = hotspot->y;
|
||||||
}
|
}
|
||||||
|
popup->y /= popup->output->scale;
|
||||||
open_popup_id(sni, item->id);
|
open_popup_id(sni, item->id);
|
||||||
} else {
|
} else {
|
||||||
sd_bus_call_method_async(tray->bus, NULL, sni->service,
|
sd_bus_call_method_async(tray->bus, NULL, sni->service,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue