DD Area chooser: Fix for miscolored digit(s) in # messages column in the sub-board list when using the lightbar menu
Compare changes
+ 51
− 70
@@ -29,9 +29,13 @@
@@ -71,8 +75,8 @@ if (system.version_num < 31400)
@@ -123,6 +127,12 @@ if (typeof(argv[0]) == "boolean")
@@ -943,6 +953,8 @@ function DDMsgAreaChooser_CreateLightbarSubBoardMenu(pLevel, pGrpIdx, pSubIdx)
@@ -950,9 +962,9 @@ function DDMsgAreaChooser_CreateLightbarSubBoardMenu(pLevel, pGrpIdx, pSubIdx)
@@ -1045,10 +1057,16 @@ function DDMsgAreaChooser_CreateLightbarSubBoardMenu(pLevel, pGrpIdx, pSubIdx)
@@ -1602,8 +1620,10 @@ function DDMsgAreaChooser_ListSubBoardsInMsgGroup_Traditional(pGrpIndex, pSubIdx
@@ -1897,8 +1917,11 @@ function DDMsgAreaChooser_GetSubBoardInfo(pGrpIdx, pSubIdx, pSubSubIdx)
@@ -1981,8 +2004,11 @@ function DDMsgAreaChooser_GetMsgSubBrdLine(pGrpIndex, pSubIndex, pHighlight)
@@ -2221,6 +2247,7 @@ function DDMsgAreaChooser_BuildSubBoardPrintfInfoForGrp(pGrpIndex)
@@ -2564,8 +2591,13 @@ function getGreatestNumMsgs(pGrpIndex)
@@ -3261,8 +3293,10 @@ function getLatestMsgTime(pSubCode)
@@ -3429,56 +3463,3 @@ function DDMsgAreaChooser_FindSubBoardIdxFromText(pGrpIdx, pSubIdx, pSearchText,
\ No newline at end of file