Skip to content

Commit 87b5fe3

Browse files
author
Gary Criblez
committed
Bug fix
1 parent 2b1f073 commit 87b5fe3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Project/Sources/Methods/AJUI_BC_info.4dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ End if
2020

2121
C_TEXT:C284($0)
2222

23-
$version_t:="1.2.2-Build36" // Thu, 18 Jun 2020 15:40:40 GMT
23+
$version_t:="1.2.2-Build37" // Thu, 25 Jun 2020 13:17:21 GMT
2424

2525
$0:="AJUI BreadCrumb (v18): "+$version_t

Project/Sources/Methods/AJUI_BC_setCurrentSection.4dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ If ($pos>=0)
4040
For each ($section;This:C1470.breadCrumb.sectionList)
4141
If ($section.id=$id)
4242
$section.type:="current"
43+
This:C1470.breadCrumb.internalUse.selectedBtnID:=$id
4344
Else
4445
$section.type:="standard"
4546
End if

0 commit comments

Comments
 (0)