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

(-)svtools/source/table/tablecontrol_impl.cxx (-1 / +2 lines)
Lines 2170-2176 Link Here
2170
        if ( i_lastRow == ROW_INVALID )
2170
        if ( i_lastRow == ROW_INVALID )
2171
            aInvalidateRect.Bottom() = m_pDataWindow->GetOutputSizePixel().Height();
2171
            aInvalidateRect.Bottom() = m_pDataWindow->GetOutputSizePixel().Height();
2172
2172
2173
        m_pDataWindow->Invalidate( aInvalidateRect );
2173
        m_pDataWindow->Invalidate( aInvalidateRect, 
2174
            m_pDataWindow->GetControlBackground().GetTransparency() ? INVALIDATE_TRANSPARENT : 0 );
2174
    }
2175
    }
2175
2176
2176
    //------------------------------------------------------------------------------
2177
    //------------------------------------------------------------------------------

Return to issue 119403