Issue with deleting widget using the forward delete key
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
When I click on a widget and push the forward delete key, the widget is not removed and this is printed: **** node_remove failed. Steps to reproduce: Create a new window. Add a gridsizer to the window. Add a StaticText to the gridsizer. With the StaticText still selected push the forward delete key. What should happen is the StaticText is deleted immediately. What does happen is this is printed: **** node_remove failed Thank you.