test/nitpicker: add missing refresh call

Issue #5242
This commit is contained in:
Norman Feske 2024-09-16 11:03:37 +02:00
parent b4ff720ea4
commit e5437563e2

View File

@ -265,6 +265,8 @@ Test::Main::Main(Genode::Env &env) : _env(env)
}
}
_gui.framebuffer.refresh(0, 0, size.w, size.h);
_view_stack.construct(View_stack::Input_mask_ptr { .size = size,
.ptr = input_mask });