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

ConfigRawParams: Various bugfixes #3246

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

robertlong13
Copy link
Collaborator

@robertlong13 robertlong13 commented Nov 29, 2023

  1. Add double buffering to MyDataGridView. Prevents dangerous graphical corruption that can occur when scrolling, causing the name of the parameter you are editing to look like a different parameter. See this example; the CAN_P1_BITRATE parameter is falsely labeled as CAN_LOGLEVEL:
    image
  2. Fix an off-by-one error on a row-check that broke additional controls, like the bitmask button, on row 1
    image
  3. Stop the tree view from taking favorites into account:
    image

Fixes serious graphical corruption that can happen sometimes when scrolling
Additional options like the dropdown box or bitmask button would not show
up for the first row
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