<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi,</div>
<div>I have built ParaView 5.0.0 </div>
<div>in VS2013, 64 bit </div>
<div>based on Qt 4.8.6, </div>
<div>with OpenGL2 render engine in DEBUG and RELEASE mode </div>
<div>on a Win8.1 64 bit system, </div>
<div><font color="#1F497D">OpenGL version 4.5.0 NVIDIA 355.82, </font></div>
<div><font color="#1F497D">OpenGL renderer GeForce GTX 970/PCIe/SSE2.</font></div>
<div><font color="#1F497D"> </font></div>
<div>So far everything looks good except the big submenu item opened after clicking on Filters/Alphabetical just renders the first column of filters correctly.</div>
<div>Starting with the second submenu column, only icons are displayed centred (if available) but no text is shown. </div>
<div>So there is a 3 column submenu with the first column ok, the 2<font size="1"><span style="font-size:7.3pt;"><sup>nd</sup></span></font> column only with icons and the 3<font size="1"><span style="font-size:7.3pt;"><sup>rd</sup></span></font> column totally
empty.</div>
<div> </div>
<div>I tracked void pqProxyGroupMenuManager::populateMenu() method in \ApplicationComponents\pqProxyGroupMenuManager.cxx</div>
<div> </div>
<div>  // Now sort all actions added in temp based on their texts.</div>
<div>  qSort(someActions.begin(), someActions.end(), ::actionTextSort);</div>
<div>  foreach (QAction* action, someActions)</div>
<div>    {</div>
<div>    alphabeticalMenu->addAction(action);</div>
<div> </div>
<div>    //Check if everything is all right:</div>
<div>    auto msg = action->font().family();</div>
<div>    qDebug() << "-----------Adding Action > " << action->text() << " isVisible= " << action->isVisible() << " Font " << msg;</div>
<div> </div>
<div>    }</div>
<div>But all actions have a text and are visible… </div>
<div>Has anyone else experienced the same weird thing???</div>
<div> </div>
</span></font>
</body>
</html>