cbeytas

Results 10 comments of cbeytas

Could you see if the pull request fixes the issue in your application?

Not quite sure what you're talking about, it seems to work correctly for me. Can you include a picture of what you're seeing?

This seems to be a misunderstanding with the addition of the `TR_FILL_WHOLE_COLUMN_BACKGROUND` feature. See PR #1338 and resulting bugfix PR #1389 I suppose the ideal behavior would be to fill...

Could you test if the pull request fixes the highlight and behaves as you expect now?

Do you mean having the triangle with a height of 5 vs 6 makes it more symmetric? I suppose it's subjective. Looks better in Windows/GTK2 but too narrow in MacOS/GTK3....

If you have a moment can you test out the pull request to see if it fixes your slowdown issues?

Can you post a program sample where the tree is still slow? I don't think TR_VIRTUAL ever worked with HyperTreeList. The code looks broken even from 2010. If you have...

That's the crux of the problem. The C++ API only sets `skip` to True if its current value is False. So the behavior depends on what `skip` is initialized to:...

You may need to add a permission. This should be in the documentation! https://github.com/netbox-community/netbox/discussions/8709

This is a crash bug that affects [`GenericDirCtrl`](https://docs.wxpython.org/wx.GenericDirCtrl.html) when multiple selection is enabled. Also affects other controls that use this internally such as [`MultiDirDialog`](https://docs.wxpython.org/wx.lib.agw.multidirdialog.MultiDirDialog.html). Can be seen in the demo...