mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
pr comments
This commit is contained in:
parent
056b90c662
commit
6daf91166f
2 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ void updateFromOpenVrKeyboardInput() {
|
||||||
//event.setCommitString(newText, 0, _existingText.size());
|
//event.setCommitString(newText, 0, _existingText.size());
|
||||||
//qApp->sendEvent(_keyboardFocusObject, &event);
|
//qApp->sendEvent(_keyboardFocusObject, &event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void finishOpenVrKeyboardInput() {
|
void finishOpenVrKeyboardInput() {
|
||||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||||
updateFromOpenVrKeyboardInput();
|
updateFromOpenVrKeyboardInput();
|
||||||
|
|
|
@ -138,7 +138,7 @@ function resetButtons(path, notify) {
|
||||||
confirmShare([
|
confirmShare([
|
||||||
{ localPath: path },
|
{ localPath: path },
|
||||||
{
|
{
|
||||||
canShare: Boolean(location.placename),
|
canShare: !!location.placename,
|
||||||
openFeedAfterShare: shouldOpenFeedAfterShare()
|
openFeedAfterShare: shouldOpenFeedAfterShare()
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue