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

Wrong row height in Keywords editor #35

Closed
2Eagle2 opened this issue Nov 7, 2018 · 2 comments
Closed

Wrong row height in Keywords editor #35

2Eagle2 opened this issue Nov 7, 2018 · 2 comments

Comments

@2Eagle2
Copy link

2Eagle2 commented Nov 7, 2018

The height of some rows use extra space.

image

@2Eagle2
Copy link
Author

2Eagle2 commented Nov 7, 2018

The issue is caused by GridCellAutoWrapStringRenderer wchih give wrong height by its function GetBestSize for grid cells.
So then function AutoSizeRows() set rows with incorrect height.
I do not know why - if it is wxPython issue or something else.
One possible workaround is to create our own renderer, but I do not know if it is the best one.

@HelioGuilherme66
Copy link
Owner

We'll look into it. For what I have seen in wxPython demo, there is no problem with row size setting,

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

No branches or pull requests

2 participants