forked from AuroraMiddleware/gtk
spinbutton: Remove an unnecessary queue_draw call
This is done automatically in case the spinbutton value actually changes.
This commit is contained in:
parent
a0729f9683
commit
afffc696f4
@ -1492,8 +1492,6 @@ gtk_spin_button_real_spin (GtkSpinButton *spin_button,
|
||||
|
||||
if (wrapped)
|
||||
g_signal_emit (spin_button, spinbutton_signals[WRAPPED], 0);
|
||||
|
||||
gtk_widget_queue_draw (GTK_WIDGET (spin_button));
|
||||
}
|
||||
|
||||
static gint
|
||||
|
Loading…
Reference in New Issue
Block a user