mirror of
https://github.com/overte-org/overte.git
synced 2025-07-22 17:33:56 +02: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