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:
parent
46b6793642
commit
91c3e24f95
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue