diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 09:48:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 10:42:00 +0200 |
commit | 30f659b74a063677954b23c405be3b7229b10856 (patch) | |
tree | 1b9bfcd12e352432f3e4915192a00c6942e1b247 /gui/main-window.cpp | |
parent | 41a9c95dd2e250e8d9735880236f30662c149fe0 (diff) |
pose-widget, gui: allow for drawing regardless if window visible
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r-- | gui/main-window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 21a47ef4..21e5a3b4 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -352,7 +352,7 @@ void MainWindow::stopTracker() //ui.game_name->setText("Not connected"); pose_update_timer.stop(); - ui.pose_display->rotateBy(0, 0, 0, 0, 0, 0); + ui.pose_display->rotateBy_real(0, 0, 0, 0, 0, 0); if (pTrackerDialog) pTrackerDialog->unregister_tracker(); |