@techee commented on this pull request.


> @@ -548,33 +548,6 @@ static gboolean notebook_tab_bar_click_cb(GtkWidget 
> *widget, GdkEventButton *eve
 }
 
 
-static gboolean notebook_tab_bar_scroll_cb(GtkWidget *widget, GdkEventScroll 
*event)
-{
-       GtkNotebook *notebook = GTK_NOTEBOOK(widget);
-       GtkWidget *child;
-
-       child = gtk_notebook_get_nth_page(notebook, 
gtk_notebook_get_current_page(notebook));
-       if (child == NULL)

Any idea what this check is supposed to do? (Just curious since the new code 
doesn't contain this check)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3469#pullrequestreview-2456488249
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3469/review/[email protected]>

Reply via email to