Giulio Iacomino
Giulio Iacomino
### Detailed steps on how to reproduce the bug Modal Dialog windows get treated as 'non-showing' if they are not on the front when launched. Ex. Triggering a modal Dialog...
### Detailed steps on how to reproduce the bug While resizing its parent only the OpenGL component gets actually repainted/resized, while its siblings get stuck and repainted/resized after 1/2 seconds......
just writing little code as the issue is very easy to recreate `device_gpu = torch.device("mps") ` `model = bundle.get_model(with_star=False).to(device_gpu, non_blocking=False) ` `with torch.inference_mode(): ` ` emission, _ = model(waveform.to(device_gpu)) `...