Skip to content

Commit

Permalink
Merge pull request #1476 from petebankhead/delay-histogram-update
Browse files Browse the repository at this point in the history
Alternative Histogram not updating fix
  • Loading branch information
petebankhead committed Mar 1, 2024
2 parents 05063bf + 441b434 commit e482e63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ private void handleImageDataChange(ObservableValue<? extends ImageData<BufferedI
newValue.addPropertyChangeListener(imageDataPropertyChangeListener);

updateSliders();
Platform.runLater(() -> chartPane.updateHistogram(imageDisplayProperty.get(), currentChannelProperty.get()));
}


Expand Down

0 comments on commit e482e63

Please sign in to comment.