Kaydet (Commit) 53cdabd6 authored tarafından Caolán McNamara's avatar Caolán McNamara

better tab header area

Change-Id: I149bec0b91bf1d148f1247017d83acfb15c81428
üst e0dea29e
......@@ -1118,7 +1118,7 @@ void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout )
if (IsNativeControlSupported(CTRL_TAB_HEADER, PART_ENTIRE_CONTROL))
{
Rectangle aHeaderRect(0, 0, GetSizePixel().Width(), aRect.Top());
Rectangle aHeaderRect(aRect.Left(), 0, aRect.Right(), aRect.Top());
aClipRgn = GetActiveClipRegion();
aClipRgn.Intersect( aHeaderRect );
......
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