View | Details | Raw Unified | Return to issue 122636
Collapse All | Expand All

(-)a/main/vcl/source/app/dbggui.cxx (+2 lines)
Lines 1464-1469 void DbgDialogTest( Window* pWindow ) Link Here
1464
    {
1464
    {
1465
        pChild = pGetChild->ImplGetWindow();
1465
        pChild = pGetChild->ImplGetWindow();
1466
1466
1467
        DbgDialogTest(pChild);
1468
        
1467
        if ( (pChild->GetType() != WINDOW_TABCONTROL) &&
1469
        if ( (pChild->GetType() != WINDOW_TABCONTROL) &&
1468
             (pChild->GetType() != WINDOW_TABPAGE) &&
1470
             (pChild->GetType() != WINDOW_TABPAGE) &&
1469
             (pChild->GetType() != WINDOW_GROUPBOX) )
1471
             (pChild->GetType() != WINDOW_GROUPBOX) )

Return to issue 122636