SCT: Better Sheet support for "Go To" menu [2] Bug Number: n/a Release notes (y/n): No (not this detail). For Release Nums: 7.2 We're preferring to NOT limit the size of a Sheet's "Go To" submenu. In an actual production TVA SCT, the GoTo submenu for one large sheet, "Detailed Daily", has forty (40) items. It seems OK to have a submenu with that many items. If desired in the future, we can change this policy by changing this symbol, in QtSCT/SctDialog.cpp: static const bool LIMIT_SHEET_JUMP_SUBMENU_SIZE (false); // 7.2: false Here is a demonstration of the two modes, with an annotation of a mouse path for a particular item selection: http://cadswes2.colorado.edu/~philw/2017/SCT/GoToMenu/2017-06-20/MousePaths-Comparison.png Note that IF there are more items than will fit within the height of the screen, the submenu DOES wrap. See this demonstration: http://cadswes2.colorado.edu/~philw/2017/SCT/GoToMenu/2017-06-20/HugeSheet-ManyDivs.png ---