| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This commit fixes issue DeepLabCut#3165, with the GUI DictViewer configuration editor widget. A hack was implemented that prevented editing the config fields, using a custom QItemDelegate that caused segmentation fault when converting invalid return values in C++. This commit removes the custom delegate. The user can now edit all fieldnames
There was a problem hiding this comment.
This PR removes a workaround that prevented users from editing configuration field names in the GUI's DictViewer widget. The custom delegate was causing segmentation faults and unnecessarily restricted editing capabilities. The change enables full editing of configuration fields while resolving the crash issue.
Key changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This commit fixes issue #3165, with the GUI DictViewer configuration editor widget.
A hack was implemented that prevented editing the config fields, using a custom QItemDelegate that caused segmentation fault when converting invalid return values in C++. This commit removes the custom delegate. The user can now edit all fieldnames.