diff options
-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 |