Kaydet (Commit) 0f22f933 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt Kaydeden (comit) Caolán McNamara

Resolves: #i119403# GridControl not refreshing after deleting rows

fix: take care of transparency attribute of the control

Patch By: Tsutomu Uchino
Found By: Wolfgang Becker
Review By: jsc

(cherry picked from commit 44f7914e)

Change-Id: I77c5339747aa5ad223b8c220f934627d0202d4cb
üst d060197a
......@@ -2162,7 +2162,8 @@ namespace svt { namespace table
if ( i_lastRow == ROW_INVALID )
aInvalidateRect.Bottom() = m_pDataWindow->GetOutputSizePixel().Height();
m_pDataWindow->Invalidate( aInvalidateRect );
m_pDataWindow->Invalidate( aInvalidateRect,
m_pDataWindow->GetControlBackground().GetTransparency() ? INVALIDATE_TRANSPARENT : 0 );
}
//------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment