From 91c3e24f95435deea84d476a60d49bb5de244f79 Mon Sep 17 00:00:00 2001 From: gambas Date: Sat, 16 Jun 2018 14:51:36 +0200 Subject: [PATCH] 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. --- app/src/gambas3/.src/Project/FCreateProject.class | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/gambas3/.src/Project/FCreateProject.class b/app/src/gambas3/.src/Project/FCreateProject.class index c62e6d868..d4bc76c36 100644 --- a/app/src/gambas3/.src/Project/FCreateProject.class +++ b/app/src/gambas3/.src/Project/FCreateProject.class @@ -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