Dietmar Schwertberger
Dietmar Schwertberger
Yes, you're right. It's just that wxLogApiError is logged with the same loglevel. I have edited the title now. (I'm now using a custom logger catching loglevel 6 as assertion...
Reordering causes many problems. The current implementation is certainly not good. I fails also with simpler cases: When checking your other issue, I also noticed that when I drag the...
I did a quick check with the modified event table and I could not see issues. Maybe, apply this PR to 3.2 only, to be on the safe side. For...
I did a quick tests and did not see an issue. Please also apply the original PR to the 3.2 branch for wxPython. Thanks.
I could not reproduce your problem, but I see that the size calculation fails when I reorder the lines and resize one to trigger a re-calculation. Your proposed change fixes...
Yes, but I have tested already, so the main part is the pull request itself. If you have cloned the repository on GitHub to your account and then to your...
It's even worse: even ASCII characters are not supported when using `htpasswd_encryption = plain`. The error message on the command line is `ERROR: An exception occurred during GET request on...
Could you please try one (or both) of these: There is a new method to move rows and columns. See e.g. here: https://docs.wxpython.org/wx.grid.Grid.html#wx.grid.Grid.EnableDragRowMove The related events are `wx.grid.EVT_GRID_ROW_MOVE`, `wx.grid.EVT_GRID_COL_MOVE` Post...
You could probably implement this yourself by looking at `etg\gdicmn.py`: Look at the section `# wxSize tweaks`. Having a change in wxWidgets does not mean that it's available immediately in...
You probably have the wrong 'attrdict'. Try attrdict3 instead. See https://github.com/wxWidgets/Phoenix/blob/master/requirements/devel.txt The build process also requires a bash. On my Windows I have a `bash.exe` on the path which will...