diff options
author | jenglish <jenglish@flightlab.com> | 2008-01-06 22:35:41 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2008-01-06 22:35:41 (GMT) |
commit | b307cb6d49433f8b1dcc322559b94c2e1de93bb4 (patch) | |
tree | ec6a8166dae7c39724ee01165b0f0ab00c831e5f /generic | |
parent | b4391500808635ab7b520ba19e185701486b473d (diff) | |
download | tk-b307cb6d49433f8b1dcc322559b94c2e1de93bb4.zip tk-b307cb6d49433f8b1dcc322559b94c2e1de93bb4.tar.gz tk-b307cb6d49433f8b1dcc322559b94c2e1de93bb4.tar.bz2 |
(oops. Missed a spot.)
Diffstat (limited to 'generic')
-rw-r--r-- | generic/ttk/ttkWidget.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/generic/ttk/ttkWidget.c b/generic/ttk/ttkWidget.c index 9f9c3ae..ae00a32 100644 --- a/generic/ttk/ttkWidget.c +++ b/generic/ttk/ttkWidget.c @@ -1,4 +1,4 @@ -/* $Id: ttkWidget.c,v 1.10 2008/01/06 22:33:14 jenglish Exp $ +/* $Id: ttkWidget.c,v 1.11 2008/01/06 22:35:41 jenglish Exp $ * Copyright (c) 2003, Joe English * * Core widget utilities. @@ -234,16 +234,6 @@ WidgetCleanup(char *memPtr) * * For Deactivate/Activate pseudo-events, set/clear the background state * flag. - * - * <<NOTE-REALIZED>> On the first ConfigureNotify event - * (which indicates that the window has just been created), - * update the layout. This is to work around two problems: - * (1) Virtual events aren't delivered to unrealized widgets - * (see bug #835997), so any intervening <<ThemeChanged>> events - * will not have been processed. - * - * (2) Geometry calculations in the XP theme don't work - * until the widget is realized. */ static const unsigned CoreEventMask |