forked from AuroraMiddleware/gtk
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_allocation (widget, &allocation);
|
||||||
gtk_widget_get_preferred_size (widget, NULL, &requisition);
|
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;
|
GtkStyleContext *context;
|
||||||
PangoLayout *label_layout;
|
PangoLayout *label_layout;
|
||||||
|
Loading…
Reference in New Issue
Block a user