Changes between Initial Version and Version 1 of Ticket #10153, comment 3
- Timestamp:
- Sep 9, 2017, 11:48:59 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10153, comment 3
initial v1 2 2 3 3 So if where you have inserted the unlocking flag, CStarCamera::removeMover(), is sooner than the unlocking in the beginning of CStarCamera::setViewportAngle, but after the locking process has concluded then the unlock flag being set in StarCamera::setViewportAngle can be removed. 4 5 Looking at the code it looks like removeMover() only gets called in CStarCamera's destructor and specifically when 3 stars are not locked, so the unlocking not working for no mouse movement in the screen area should still be an issue for when 3 stars are locked.