Use DPI-aware keyboard height on iOS (legacy)

This commit is contained in:
Joshua Granick
2015-06-10 23:57:22 -07:00
parent 5db11053a2
commit b306b17472

View File

@@ -2978,7 +2978,7 @@ public:
int getKeyboardHeight()
{
return keyboardRect.size.height;
return keyboardRect.size.height * getDPIScale ();
}
void GetMouse()