mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
accellabel: Remove leftover debug code
The disabling of the check was added in
63a0ab5e73
Ooops.
This commit is contained in:
parent
b102df5370
commit
ecb0fa952a
@ -388,7 +388,7 @@ gtk_accel_label_draw (GtkWidget *widget,
|
||||
gtk_widget_get_allocation (widget, &allocation);
|
||||
gtk_widget_get_preferred_size (widget, NULL, &requisition);
|
||||
|
||||
if (allocation.width >= requisition.width + ac_width && FALSE)
|
||||
if (allocation.width >= requisition.width + ac_width)
|
||||
{
|
||||
GtkStyleContext *context;
|
||||
PangoLayout *label_layout;
|
||||
|
Loading…
Reference in New Issue
Block a user