mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Another whack at touch events
This commit is contained in:
parent
07553e7a7c
commit
900c2c11df
1 changed files with 1 additions and 0 deletions
|
@ -531,6 +531,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer &startup_time) :
|
|||
_window->setCentralWidget(container);
|
||||
_window->restoreGeometry();
|
||||
_window->setVisible(true);
|
||||
_window->setAttribute(Qt::WA_AcceptTouchEvents);
|
||||
container->setFocusPolicy(Qt::StrongFocus);
|
||||
container->setAttribute(Qt::WA_AcceptTouchEvents);
|
||||
container->setFocus();
|
||||
|
|
Loading…
Reference in a new issue