- made sure that the redraw_on_top_on_project_click works properly and only on mouse click release in the Project list

- made sure that the `redraw_on_top_on_project_click` works only on single object selections
This commit is contained in:
Marius Stanciu
2022-02-11 11:06:08 +02:00
committed by Marius
parent 5421b65b9e
commit 529148c60d
4 changed files with 30 additions and 17 deletions

View File

@@ -13,6 +13,8 @@ CHANGELOG for FlatCAM beta
- made sure that the new feature of redrawing Gerber on top is not activated when that Gerber object is disabled
- added ability to turn off the outline plotting for Gerber objects (will speed up the plotting but the plotting visual quality will degrade); controlled from Preferences -> Gerber -> General
- plotting visuals in 3d graphic mode will no longer create some unnecessary lists
- made sure that the `redraw_on_top_on_project_click` works properly and only on mouse click release in the Project list
- made sure that the `redraw_on_top_on_project_click` works only on single object selections
10.02.2022