Skip to content

Commit

Permalink
qml: fix gl rendering rect and mat
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed May 24, 2016
1 parent 3ca2f0d commit 6447c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/QuickFBORenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ void QuickFBORenderer::drawFrame()
d.glv.setCurrentFrame(d.video_frame);
d.frame_changed = false;
}
d.glv.render(d.out_rect, normalizedROI(), d.matrix);
d.glv.render(QRectF(), realROI(), d.matrix);
}

bool QuickFBORenderer::event(QEvent *e)
Expand Down

0 comments on commit 6447c3e

Please sign in to comment.