Partially fixed black widget after render.
The containing scroll area still blacks out...
This commit is contained in:
parent
4033162040
commit
1eb01133cf
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ void DialogRender::applyRenderEnded()
|
||||||
{
|
{
|
||||||
_info->hide();
|
_info->hide();
|
||||||
_actions->show();
|
_actions->show();
|
||||||
|
|
||||||
|
area->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DialogRender::saveRender()
|
void DialogRender::saveRender()
|
||||||
|
|
Loading…
Reference in a new issue