mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
entry: Add bug reference to workaround
This commit is contained in:
parent
867ab99b1a
commit
ec4be3619f
@ -3281,7 +3281,8 @@ gtk_entry_draw_frame (GtkWidget *widget,
|
||||
gdk_drawable_get_size (window, &width, &height);
|
||||
|
||||
/* Fix a problem with some themes which assume that entry->text_area's
|
||||
* width equals widget->window's width */
|
||||
* width equals widget->window's width
|
||||
* http://bugzilla.gnome.org/show_bug.cgi?id=466000 */
|
||||
if (GTK_IS_SPIN_BUTTON (widget))
|
||||
{
|
||||
gint xborder, yborder;
|
||||
|
Loading…
Reference in New Issue
Block a user