- added a GUI element in the Preferences to control the possibility to edit with mouse cursor objects in the Project Tab. It is named: "Allow Edit"

This commit is contained in:
Marius Stanciu
2020-06-07 00:19:33 +03:00
committed by Marius
parent 427f2bcbe0
commit ea1b47bf89
7 changed files with 120 additions and 99 deletions

View File

@@ -162,9 +162,9 @@ class App(QtCore.QObject):
# ###############################################################################################################
# ################################### Version and VERSION DATE ##################################################
# ###############################################################################################################
# version = "Unstable Version"
version = 8.993
version_date = "2020/06/05"
version = "Unstable Version"
# version = 8.994
version_date = "2020/07/05"
beta = True
engine = '3D'