Kaydet (Commit) 4e96f7ff authored tarafından Zolnai Tamás's avatar Zolnai Tamás Kaydeden (comit) Markus Mohrhard

Fix regression in rendering of GL3DBarChart

Change-Id: Ibf8f4a57cbc85f77a73054873030fcef321f5518
üst cde22222
......@@ -495,8 +495,7 @@ GL3DBarChart::GL3DBarChart(
Size aSize;
if (mpWindow)
{
mpWindow->setRenderer(this);
Size aSize = mpWindow->GetSizePixel();
aSize = mpWindow->GetSizePixel();
}
mpRenderer->SetSize(aSize);
mpWindow->setRenderer(this);
......
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