From 9fae528fd444310106c3b1f8939f22a2b1a33e6f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 17 Apr 2015 18:55:03 -0400 Subject: [PATCH] Some TODO cleanup. --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 631eb2d7..27d944f7 100644 --- a/TODO.md +++ b/TODO.md @@ -13,8 +13,7 @@ - SWP_NOCOPYBITS (or was it WS_CLIPCHILDREN?) - buttons not in tab get drawover issues - buttons in tab without transparent drawing code get copied into the label when stack shown and rehidden -- see if we can clean up the Darwin backend -- make the Unix and Windows backend use uiParentDestroy() instead of relying on the autodestroy behavior of the backends +- make the backends use uiParentDestroy() instead of relying on the autodestroy behavior of the backends - this requires explicitly handling delete events - verify retainment for uiParents in GTK+