mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
swkbd: Fixed height value in swkbdInlineGetTouchRectangles.
This commit is contained in:
parent
1a05cb20a2
commit
328d041c5c
@ -604,7 +604,7 @@ s32 swkbdInlineGetTouchRectangles(SwkbdInline* s, SwkbdRect *keytop, SwkbdRect *
|
|||||||
|
|
||||||
if (!s->calcArg.footerScalable) {
|
if (!s->calcArg.footerScalable) {
|
||||||
footer_max_height-= 72.0f;
|
footer_max_height-= 72.0f;
|
||||||
if (s->calcArg.keytopAsFloating) footer_max_height+= 1.4f;
|
if (s->calcArg.keytopAsFloating) footer_max_height+= 14.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keytop) {
|
if (keytop) {
|
||||||
|
Loading…
Reference in New Issue
Block a user