- changed the look for the Location/Jump To widgets; it is now like a cross being more relevant visually

- the Numeric Move now can take only a parameter instead of a tuple but only if the comma is added, the not added parameter will be assumed 0.0. Therefore ",10" will move to (0, 10).
This commit is contained in:
Marius Stanciu
2022-03-11 19:29:31 +02:00
committed by Marius
parent 7977e5dfdb
commit 4a4cb4301c
3 changed files with 160 additions and 62 deletions

View File

@@ -15,6 +15,8 @@ CHANGELOG for FlatCAM beta
- in the Grid Toolbar, the Grid Y entry is now by default hidden and shown only when there is a need (grid gap link is disabled) in order to maximize the status bar space availability
- in Distance Plugin made sure that the 0.0 value for the angle is displayed
- some UI changes (startup splash image changed)
- changed the look for the Location/Jump To widgets; it is now like a cross being more relevant visually
- the Numeric Move now can take only a parameter instead of a tuple but only if the comma is added, the not added parameter will be assumed 0.0. Therefore ",10" will move to (0, 10).
10.03.2022