Bugfix: raise fullscreen containers before rendering their content
This commit is contained in:
parent
a79d33fc7f
commit
1459ae6bf2
|
@ -54,6 +54,7 @@ void render_con(Con *con) {
|
|||
if (fullscreen) {
|
||||
LOG("got fs node: %p\n", fullscreen);
|
||||
fullscreen->rect = rect;
|
||||
x_raise_con(fullscreen);
|
||||
render_con(fullscreen);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue