fix for bug #4976 getting rid of the boldgroup items from the show summary
git-svn-id: svn://10.0.0.236/trunk@56707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,7 +68,8 @@ BOOL CSumDlg::OnInitDialog()
|
||||
&& GlobalWidgetArray[i].type != "Text"
|
||||
&& GlobalWidgetArray[i].type != "BoldText"
|
||||
&& GlobalWidgetArray[i].type != "Button"
|
||||
&& GlobalWidgetArray[i].type != "GroupBox" )
|
||||
&& GlobalWidgetArray[i].type != "GroupBox"
|
||||
&& GlobalWidgetArray[i].type != "BoldGroup" )
|
||||
{
|
||||
if (GlobalWidgetArray[i].name != "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user