Partially fixed black widget after render.

The containing scroll area still blacks out...
This commit is contained in:
Michaël Lemaire 2013-06-11 18:09:14 +02:00
parent 4033162040
commit 1eb01133cf

View file

@ -186,6 +186,8 @@ void DialogRender::applyRenderEnded()
{
_info->hide();
_actions->show();
area->update();
}
void DialogRender::saveRender()