summaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-13 02:21:20 -0400
committerPietro Gagliardi <[email protected]>2015-04-13 02:21:20 -0400
commitb2de01f46c2d4bddd0c20ceb388270e36a93f07e (patch)
treec73bd43c4e71c01020f29d119dea558c1dc03550 /new
parent8b6508a6fbcfea9f741508dced34a702eaa08d01 (diff)
Found the wine bug; will fix it next
Diffstat (limited to 'new')
-rw-r--r--new/tab_windows.c1
1 files changed, 1 insertions, 0 deletions
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;