-
- Downloads
Fix stale current_ pointer when deleting Fl_Group
If a user program accidentally deletes the "current" group, then the pointer would still point at the deleted widget. This commit prevents this and makes the Fl_Group's parent the current group. Fixes issue #88.
Loading
Please register or sign in to comment