From b2de01f46c2d4bddd0c20ceb388270e36a93f07e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 13 Apr 2015 02:21:20 -0400 Subject: [PATCH] Found the wine bug; will fix it next --- new/tab_windows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/new/tab_windows.c b/new/tab_windows.c index 5cde3f0..b54039b 100644 --- a/new/tab_windows.c +++ b/new/tab_windows.c @@ -3,6 +3,7 @@ // TODO // - tab change notifications aren't being sent on wine (anymore...? TODO) +// - tell wine developers that tab controls do respond to parent changes on real windows (at least comctl6 tab controls do) struct tab { uiParent **pages;