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

TVirtualTreeColumns.GetFirstVisibleColumn() cause AV if called between BeginUpdate() and EndUpdate() #760

Closed
joachimmarder opened this issue Feb 14, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@joachimmarder
Copy link
Contributor

joachimmarder commented Feb 14, 2018

It uses the FPositionToIndex[] array which may not be up to date between BeginUpdate() and EndUpdate() calls. The same applies if csLoading in ComponentState.

@joachimmarder joachimmarder self-assigned this Feb 14, 2018
@joachimmarder joachimmarder added this to the V7.0 milestone Feb 14, 2018
joachimmarder pushed a commit that referenced this issue Feb 14, 2018
…V if called between BeginUpdate() and EndUpdate()
@joachimmarder
Copy link
Contributor Author

GetLastVisibleColumn() might be affected as well.

ValtsS pushed a commit to ValtsS/Virtual-TreeView that referenced this issue Jan 25, 2019
…mn() cause AV if called between BeginUpdate() and EndUpdate()

# Conflicts:
#	CHANGES.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant