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

Fixed the sample method. #759

Merged
merged 6 commits into from
Aug 7, 2024

Commits on May 30, 2024

  1. Fixed the sample method. It used to go out of bounds and didn't work

    with odd h values. Issue scenerygraphics#750
    
    Made a hot fix for generating an image form the ColormapEditor the image
    was only halfdrawn. Issue scenerygraphics#757
    Matt committed May 30, 2024
    Configuration menu
    Copy the full SHA
    523ff4a View commit details
    Browse the repository at this point in the history
  2. switched slice back to duplicate. Calling slice without any arguments

    will slice from the current position. Which might not be zero.
    Matt committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2d413df View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Style updates

    Matt committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0054963 View commit details
    Browse the repository at this point in the history
  2. The image displayed is the height of the jpanel - the space for the

    markers. This creates a variable 'markerSpace' to show where
    the magic -10 appears.
    Matt committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e442805 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    99b96b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc60bf View commit details
    Browse the repository at this point in the history