mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 17:40:12 +02:00
Fix auto scrolling dialogs when keyboard raised
This commit is contained in:
parent
94e20d9a13
commit
c9c5436080
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Window {
|
|||
}
|
||||
|
||||
onKeyboardRaisedChanged: {
|
||||
if (keyboard.enabled && keyboard.raised) {
|
||||
if (!keyboardOverride && keyboardEnabled && keyboardRaised) {
|
||||
var delta = activator.mouseY
|
||||
- (activator.height + activator.y - keyboard.raisedHeight - footerContentHeight - hifi.dimensions.controlLineHeight);
|
||||
|
||||
|
|
Loading…
Reference in a new issue