reduce unnecessary repaint#140
Merged
Merged
Conversation
wxAUI invalidates windows that changed size when the idle processing shows/hides palettes, so defer painting a newly-activated tab until idle processing has finished with the palettes
wsu-cb
force-pushed
the
avoid-unnecessary-repaint
branch
from
March 31, 2026 01:02
e5cd45a to
c102962
Compare
wsu-cb
marked this pull request as ready for review
March 31, 2026 02:14
DLLarson
approved these changes
Mar 31, 2026
DLLarson
left a comment
Member
There was a problem hiding this comment.
The double paints are now gone and the overall effect is much better.
I do wonder what is causing the long render times before the board image is displayer. I see a blank area, long delay, then the final full render.
My system is pretty beefy for graphics GPU (RTX-4080 Super) and CPU (i9-14gen) so this shouldn't be happening. I think we must still have some bitmap conversions for somethings going on behind the scenes.
Just thought I'd make note of it.
Gonna merge...
-Dale
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wxAUI invalidates windows that changed size when the idle processing shows/hides palettes, so defer painting a newly-activated tab until idle processing has finished with the palettes