Correctly take default tab size into account when creating a new project.

[DEVELOPMENT ENVIRONMENT]
* BUG: Correctly take default tab size into account when creating a new project.
This commit is contained in:
gambas 2018-06-16 14:51:36 +02:00
parent 46b6793642
commit 91c3e24f95

View file

@ -117,6 +117,8 @@ Private Sub CreateProject() As Boolean
Continue
Else If sLine Begins "Icon=" Then
Continue
Else If sLine Begins "TabSize=" Then
Continue
Endif
Print #hDest, sLine