diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-06-27 01:13:13 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-06-27 01:13:13 +0000 |
commit | 8f9fb58487060898c085323be4456a0f4edcf88a (patch) | |
tree | 773e66c2395cacd88a4cbfaa5c0232d10cd55afe /ChangeLog.pre-2-6 | |
parent | f0ef8663b8d4dd61432000cee5745b81d5adfcee (diff) | |
download | gtk+-8f9fb58487060898c085323be4456a0f4edcf88a.tar.gz |
Draw line with the current state, not GTK_STATE_NORMAL
Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
current state, not GTK_STATE_NORMAL
* gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6019f0ef23..4a4172357d 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> + + * gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the + current state, not GTK_STATE_NORMAL + + * gtk/gtkframe.c (gtk_frame_paint): Fix a rounding error + Sat Jun 26 15:07:25 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkstyle.c, gtk/gtkrc.c: small color tweak. (#141173) |