- updated all the translations files

- fixed the big mouse cursor in OpenGL(3D) graphic mode to get the set color
- fixed the cursor to have the set color and set cursor width in the Legacy(2D) graphic engine
- in Legacy(2D) graphic mode fixed the cursor toggle when the big cursor is activated
- in Legacy(2D) fixed big mouse cursor to snap to the grid
- RELEASE 8.991
This commit is contained in:
Marius Stanciu
2019-12-28 03:59:05 +02:00
committed by Marius
parent c74814cb00
commit 3c991e1c2d
22 changed files with 25592 additions and 9429 deletions

View File

@@ -142,7 +142,7 @@ class App(QtCore.QObject):
# ################## Version and VERSION DATE ##############################
# ##########################################################################
version = 8.991
version_date = "2019/12/30"
version_date = "2019/12/27"
beta = True
engine = '3D'