-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary is not redrawn on focus #169
Comments
Here's the project file: project.zip |
It is a known visual glitch that sometimes happens: #161 (comment):
I think we would need to rebuild the UI in some specific cases, which currently do not trigger a rebuild, to fix this. No idea which exact cases yet/though 😄 When I (want to) take a look at it, it doesn't happen. And when I am unaware I realize(d) it happened again... |
Here's the save file with mods on which the Yafc project was loaded: summary_not_redrawn.zip |
Thanks, if this is an opportunity to have a reproducible case it would help figuring out what is going on! |
Unfortunately, I cannot reproduce.
All tabs are showing, the scrollbar is placed in the bottom, no other (visual) glitches are visible (to me). |
So it looks like, it is setup/OS dependent? 😞 I am using Linux/KDE/Nvidia, I can try later on my desktop which runs Linux/KDE/AMD |
This closes #175. I was unable to eliminate the issues where I had to click "Auto balance" multiple times, but I suspect it's related to #169. Hopefully this change will make it easier to reproduce, and thus fix, that bug. There are attempts to detect negative feedback conditions, and they sometimes work, but the usual exit condition is the `if (updateOrder.Count == 0)` "no more updates available" test, even when more updates will become available once the pages finish recalculating.
Please reopen this issue if the bug is reproducible on the recent versions. |
I'm still seeing this. When working on #234, I used this project for testing. After syncing mods and settings from the save, load the project, check "Only show issues" (primarily to make the behavior easier to see) and click "Auto balance". This can usually be repeated around five times, before the project is fully balanced, and you have to undo or reload. |
Steps to reproduce:
I think the solution to the problem would be to redraw any tab on focus.
The text was updated successfully, but these errors were encountered: