]> Pileus Git - ~andy/gtk/commit
gtk: honor entry->has_frame again draw the frame conditionally
authorMichael Natterer <mitch@gimp.org>
Thu, 18 Nov 2010 00:04:11 +0000 (01:04 +0100)
committerMichael Natterer <mitch@gimp.org>
Thu, 18 Nov 2010 00:06:57 +0000 (01:06 +0100)
commit881282e055493f1c83ec38f24a909085b844a980
tree4e448f04dffe5b29b6f41f83b14c2b8c2c711028
parent3ec8daa66c1a4e67ef8be8b9e85045bfe52993ff
gtk: honor entry->has_frame again draw the frame conditionally

when GtkEntry had visible windows, it was never noticed that we always
draw the frame, because the text_area window would cover it if
draw_frame was FALSE.
gtk/gtkentry.c