diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-12 03:36:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-12 03:36:35 +0000 |
commit | 73b0f2bc458593c0162ab0fa8d24a40c7ffe2d1b (patch) | |
tree | 532c2ef14201a3e33d954f0bfa64014c2abc1d26 /ChangeLog | |
parent | 430a02d8542a1a70d451f9eb454aec06f804e968 (diff) | |
download | gtk+-73b0f2bc458593c0162ab0fa8d24a40c7ffe2d1b.tar.gz |
Also reserve space for the resize grip if the grip_window is not realized
2004-11-11 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Also
reserve space for the resize grip if the grip_window is not
realized yet. (#158010, Christian Persch)
(gtk_statusbar_button_press): Only start a resize if the
button press comes from the grip_window. (#158011, Christian Persch)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-11-11 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtkstatusbar.c (gtk_statusbar_size_allocate): Also + reserve space for the resize grip if the grip_window is not + realized yet. (#158010, Christian Persch) + (gtk_statusbar_button_press): Only start a resize if the + button press comes from the grip_window. (#158011, Christian Persch) + 2004-11-11 Tor Lillqvist <tml@iki.fi> Fix for #137551, by Robert Ă–gren: |