-
-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable mouse tracking for RenderPanel (#1433)
With mouseTracking enabled, a QWidget will receive mouseMoveEvents even though no mouse button is pressed. This behavior was faked in rviz with a 30Hz timer, resulting in some strange side effects. The fake code is kept for ABI compatibility but should be removed for Noetic.
- Loading branch information
1 parent
9dcebbe
commit d142f81
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters