Skip to content

Commit

Permalink
Widgets|libappfw: Root widget should clear the entire framebuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 26, 2016
1 parent 21770eb commit 8576f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libappfw/src/guirootwidget.cpp
Expand Up @@ -418,7 +418,7 @@ void GuiRootWidget::draw()
{
// Widgets may not yet be ready on the first frame; make sure
// we don't show garbage.
window().framebuffer().clear(GLFramebuffer::Color);
window().framebuffer().clear(GLFramebuffer::ColorDepthStencil);

d->noFramesDrawnYet = false;
}
Expand Down

0 comments on commit 8576f25

Please sign in to comment.