Skip to content
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

#1343 Waterfall Repaint Causes ArrayIndexOutOfBounds Exception #1344

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

DSheirer
Copy link
Owner

#1343 Resolves issue where user-initiated FFT size change causes waterfall panel pixel array to be updated/resized while a memory image source repaint has been requested and the parameters become incongruent, causing an array index out of bounds error. Pushes the pixel array update operation onto the swing thread to ensure only a single thread is modifying the pixel map for rendering.

…rfall panel pixel array to be updated/resized while a memory image source repaint has been requested and the parameters become incongruent, causing an array index out of bounds error. Pushes the pixel array update operation onto the swing thread to ensure only a single thread is modifying the pixel map for rendering.
@DSheirer DSheirer added this to the Build 0.5.0 milestone Nov 24, 2022
@DSheirer DSheirer self-assigned this Nov 24, 2022
@DSheirer DSheirer changed the title 1343 Waterfall Repaint Causes ArrayIndexOutOfBounds Exception #1343 Waterfall Repaint Causes ArrayIndexOutOfBounds Exception Nov 24, 2022
@DSheirer DSheirer merged commit 1b062bc into master Nov 24, 2022
@DSheirer DSheirer deleted the 1343-waterfall-data-update-error branch December 18, 2022 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant