[hatari-devel] Invisible dialogs |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Invisible dialogs
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Mon, 10 Oct 2022 11:32:57 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1665394381; bh=MlO30HnPdWSetLUrGenEQ0wOyviR5bnnrQVSS1S1VL4=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To; b=vaalnpcSk4Jtrf8p6W3CpoNNTFuaDfac9XEJb/46z+tFLOt0j4zP6WUFu9RtRP8SI JBP6Lp10gdnGxptUBg2NI97ZKEnnWOfBOgsUQn80KesZdQrKUwAGroBtaoPIGWj6EG LbpfEuri5AJQ7lwSoDqiiKoLtEOTzHOwv6TAF0tgSaXAH05f9MgEL4kNxZ0bZ8SBw5 aJUou5oGh3Cq+b+vaT5M9WqzR2zSzifg0yg5Emq+JV8rMaSJieaTuiMyRmPh4lAGrr cxBbqdZIdWmOdyyK4Hl8T24Nmj7GRWS3oAYThaFHsHhpF6iFhOHahnAl0xbAhlFWUf XVma81ix5DpLw==
Hello all,
I have issues with the SDL GUI in Previous. Previous shares the SDL GUI code with Hatari but has a different way to draw the screen. Therefore I’m not sure if Hatari is also affected from this bug, but maybe someone has experienced a similar issue:
When opening an options dialog in the SDL GUI sometimes the dialog does not get drawn while the GUI elements are still usable. This means the GUI still reacts to clicks and keyboard input but is invisible.
Anyone has an idea what might be wrong? All I can say is that the bug is somehow timing related because adding delays in certain positions changes the behavior.
Best wishes,
Andreas