mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 12:39:46 +02:00
cleanup
This commit is contained in:
parent
13207c3b4c
commit
ad00747c29
1 changed files with 0 additions and 2 deletions
|
@ -551,7 +551,6 @@ void Application::sendVoxelServerAddScene() {
|
|||
}
|
||||
|
||||
void Application::keyPressEvent(QKeyEvent* event) {
|
||||
|
||||
if (activeWindow() == _window) {
|
||||
if (_chatEntryOn) {
|
||||
if (_chatEntry.keyPressEvent(event)) {
|
||||
|
@ -782,7 +781,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
|
||||
void Application::keyReleaseEvent(QKeyEvent* event) {
|
||||
if (activeWindow() == _window) {
|
||||
|
||||
if (_chatEntryOn) {
|
||||
_myAvatar.setKeyState(NO_KEY_DOWN);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue