Merge branch gambas:master into master

This commit is contained in:
W. Raets 2023-07-06 21:44:07 +00:00
commit 802fb9b542
10 changed files with 4 additions and 1 deletions

View file

@ -327,6 +327,7 @@ Private Procedure AddDir(Optional sDir As String)
Dim aDir As New String[]
Dim sFile As String
Dim aFile As New String[]
Dim aSelection As String[]
If sDir Then
aDir.Add(sDir)
@ -335,6 +336,7 @@ Private Procedure AddDir(Optional sDir As String)
If $sDir <> $sSourceDir Then aDir.Add($sSourceDir)
Endif
aSelection = $hTree.Selection
$hTree._Begin()
Repeat
@ -373,6 +375,7 @@ Private Procedure AddDir(Optional sDir As String)
Until aDir.Count = 0
$hTree._End()
$hTree.Selection = aSelection
End

View file

@ -282,7 +282,7 @@ Private Sub InitNewProject()
End
Public Sub ProjectTemplate_Click(sPath As String, bAnother As Boolean)
Public Sub ProjectTemplate_Click((sPath) As String, (bAnother) As Boolean)
txtProjectName.SetFocus

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB