the scaling issue is from VisPy, removing the previous changes on this subject and adding a patch until the new release of VisPy

This commit is contained in:
Marius Stanciu
2021-08-24 23:25:00 +03:00
committed by Marius
parent a71c79e24d
commit b6e669f1bc
4 changed files with 57 additions and 31 deletions

View File

@@ -11,7 +11,8 @@ CHANGELOG for FlatCAM beta
- using PyQt6 with multi monitors, when the pixel ratio (scaling in WIndows) is different than 1.0 there are visual issues in the 3D canvas - trying to solve by updating the dpi - partial solve
- failing to load the 3d graphic engine is now reported on the log.txt file found in the Preferences folder (in appData/Roaming/app_name for Windows)
- added an example to ilustrate the issue with scaling in Qt6 and VisPy
- added an example to illustrate the issue with scaling in Qt6 and VisPy
- the scaling issue is from VisPy, removing the previous changes on this subject and adding a patch until the new release of VisPy
23.08.2021