10-17-2011 / Phil Short Description: Fix to text color of Global functions in other RplSets Bug Number: 5090 Release notes (y/n): Yes For Release Nums: 6.1 Gnat 5090: Global functions display as default color, not user-defined color The problem is demonstrated on this screenshot: https://cadswes2.colorado.edu/~philw/2011/bugs/5090/TextColors1.gif Bug 5090 RPL files were put aside in the bug folder: bug5090*. -------------------- QtRpl/RplPainter.cpp -------------------- This fix is in method: void RplPainter::draw (VisualToken*). The call to RplSet::findFunction() needed to pass in 'true' for the optional "searchAlsoExternalGlobalSets" boolean parameter (which defaults to 'false'). ---