mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix missing parenthesis
This commit is contained in:
parent
d0d89e216d
commit
2fa17ea6a7
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ void Web3DOverlay::setProperties(const QVariantMap& properties) {
|
|||
|
||||
auto showKeyboardFocusHighlight = properties["showKeyboardFocusHighlight"];
|
||||
if (showKeyboardFocusHighlight.isValid()) {
|
||||
_showKeyboardFocusHighlight = showKeyboardFocusHighlight.toBool;
|
||||
_showKeyboardFocusHighlight = showKeyboardFocusHighlight.toBool();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue