[Github-comments] [geany/geany] Add ability to scroll over document tabs (PR #3134)
Enrico Tröger
notifications at github.com
Sun Apr 10 19:39:24 UTC 2022
Looks good and works.
@lah7 could you fix the following compiler warnings?
```
notebook.c: In function ‘notebook_tab_bar_scroll_cb’:
notebook.c:556:9: warning: enumeration value ‘GDK_SCROLL_SMOOTH’ not handled in switch [-Wswitch]
556 | switch (event->direction)
| ^~~~~~
notebook.c:550:43: warning: unused variable ‘action_widget’ [-Wunused-variable]
550 | GtkWidget *child, *event_widget, *action_widget;
| ^~~~~~~~~~~~~
notebook.c:550:28: warning: unused variable ‘event_widget’ [-Wunused-variable]
550 | GtkWidget *child, *event_widget, *action_widget;
| ^~~~~~~~~~~~
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3134#issuecomment-1094355228
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3134/c1094355228 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220410/1115ed50/attachment.htm>
More information about the Github-comments
mailing list