forked from organicmaps/organicmaps
more informative rect for debuging yopme render policy
This commit is contained in:
parent
974175ee29
commit
b05ce7b1c6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue