Kaydet (Commit) a7194650 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fix SvxSimpleTable size

Change-Id: I74b082e090cc382b699720f1cfc70f1920ff5db4
üst e2f97dcc
......@@ -125,7 +125,7 @@ SvxSimpleTable::~SvxSimpleTable()
void SvxSimpleTable::UpdateViewSize()
{
Size theWinSize=m_rParentTableContainer.GetSizePixel();
Size theWinSize=m_rParentTableContainer.GetOutputSizePixel();
Size HbSize=aHeaderBar.GetSizePixel();
HbSize.Width()=theWinSize.Width();
......
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