Fix return type of GtkSpinButton "output" signal handler
This doesn't seem to change anything in practice, but still use the correct return type. Co-Authored-By: Paul Cornett <paulcor@users.noreply.github.com>
This commit is contained in:
@@ -88,7 +88,7 @@ wx_gtk_spin_input(GtkSpinButton*, gdouble* val, wxSpinCtrlGTKBase* win)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gboolean
|
||||||
wx_gtk_spin_output(GtkSpinButton* spin, wxSpinCtrlGTKBase* win)
|
wx_gtk_spin_output(GtkSpinButton* spin, wxSpinCtrlGTKBase* win)
|
||||||
{
|
{
|
||||||
wxString text;
|
wxString text;
|
||||||
|
Reference in New Issue
Block a user