mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Merge pull request #15952 from zfox23/setShowBubbleToolsCorrection
Fix BUGZ-1062: Set the correct Settings value for bubble tools
This commit is contained in:
commit
d62dde1ab8
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void AvatarInputs::setShowBubbleTools(bool showBubbleTools) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_showBubbleTools = showBubbleTools;
|
_showBubbleTools = showBubbleTools;
|
||||||
showBubbleToolsSetting.set(_showAudioTools);
|
showBubbleToolsSetting.set(_showBubbleTools);
|
||||||
emit showBubbleToolsChanged(_showBubbleTools);
|
emit showBubbleToolsChanged(_showBubbleTools);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue