diff --git a/VERSION b/VERSION index 9aebba3a..2baafdef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.535 +8.3.536 diff --git a/select/selCreate.c b/select/selCreate.c index 23c2ebdc..a7ed2cb9 100644 --- a/select/selCreate.c +++ b/select/selCreate.c @@ -474,14 +474,9 @@ SelectArea(scx, types, xMask, globmatch) else (void) DBCellCopyAllLabels(scx, types, xMask, SelectUse, &labelArea); /* Select cell uses. */ - /* NOTE: Changed 2/9/2025; Previously this was restricted to unexpanded - * cell instances, which is an unnecessary restriction. By changing "xMask" - * to "CU_DESCEND_ALL", this now only ever looks one level down and will - * select any instance that is a child of the edit cell, expanded or not. - */ if (TTMaskHasType(types, L_CELL)) - (void) DBCellCopyAllCells(scx, CU_DESCEND_ALL, SelectUse, &cellArea); + (void) DBCellCopyAllCells(scx, xMask, SelectUse, &cellArea); else { cellArea.r_xbot = 0;