more informative rect for debuging yopme render policy

This commit is contained in:
ExMix 2013-10-03 14:43:51 +03:00 committed by Alex Zolotarev
parent 974175ee29
commit b05ce7b1c6

View file

@ -63,7 +63,7 @@ void GLWidget::resizeGL(int w, int h)
void GLWidget::paintGL()
{
m_f.ShowRect(53.54, 27.34, 11.0);
m_f.ShowRect(53.90, 27.54, 16.0);
shared_ptr<PaintEvent> e(new PaintEvent(m_f.GetRenderPolicy()->GetDrawer().get()));
m_f.BeginPaint(e);