letsfindaway / OpenBoard

I'm using this fork to contribute features and fixes to the upstream project. In order to create good pull requests, I'm rebasing my feature branches, squashing and reordering commits, etc. If you fork this repository be aware that my development branches may rewrite history without prior notice.
http://openboard.ch/
GNU General Public License v3.0
9 stars 0 forks source link

Snap to grid: snap rotations #180

Closed letsfindaway closed 5 days ago

letsfindaway commented 3 weeks ago
letsfindaway commented 3 weeks ago

The angle indicator when drawing a line is difficult. If we set the cursor, then we hide the end point of the line, making it difficult to find the proper end point. The indicator should either be at the start of the line or in the middle, or the indicator must be positioned behind the end of the line. But all of this cannot be accomplished with a cursor.

Edit: Solved this by creating a larger cursor with a transparent area around and then using the hot spot to move the angle indicator away from the line end point.