-
Notifications
You must be signed in to change notification settings - Fork 28
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
Crash when repeatedly removing and adding a List containing an editable column #54
Comments
You may ask: why remove the list and add it again: well, that seems currently the only public way to change the column descriptions. |
Here's a crash log: In addition I sometimes get this error message:
|
Do you remember what you needed to change in the column descriptions? I want to enable adding/removing columns after creation and I can address this issue at the same time. (The change will apply to List2. List2 is a billion times better than List :) |
That's... close to six years ago, I haven't got the faintest... |
see the Designspace editor to update columns in the same table view: https://github.com/LettError/designSpaceRoboFontExtension/blob/master/DesignspaceEditor2.roboFontExt/lib/designspaceEditor/ui.py#L1728-L1763 |
Run the following, and hit the "Click" button repeatedly until it crashes. The crash occurs in a fairly deep key/value binding callback.
If in the code below you change
editable=True
toeditable=False
, no crash occurs.I am not sure how to further debug this.
The text was updated successfully, but these errors were encountered: