From 8f6acdc8da577342c9c95577869fe7513b278fb0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 12 Apr 2015 00:59:32 -0400 Subject: Fixed a major flaw in the GTK+ implementation I only realized now: by calling gtk_widget_show_all() in uiWindowShow(), we override the user's explicit hide settings! Fix it by calling gtk_widget_show() there (to only show the window), and gtk_widget_show_all() in both the new control constructor (to show the new control initially) and in the container constructor (to show that initially too). --- new/TODO.md | 1 + 1 file changed, 1 insertion(+) (limited to 'new/TODO.md') diff --git a/new/TODO.md b/new/TODO.md index 5c7ae0b..cc5c6c4 100644 --- a/new/TODO.md +++ b/new/TODO.md @@ -7,6 +7,7 @@ - GWL(P)_ID - make sure all terminology is consistent - 32-bit Mac OS X support (requires lots of code changes) +- add a test for hidden controls when a window is shown ultimately: - make everything vtable-based -- cgit v1.2.3