File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,6 @@ $ vipsdisp ~/pics/k2.jpg
133133- gtk 4.10 added GSK_SCALING_FILTER_NEAREST and GskTextureScale ... use this
134134 for the main window
135135
136- - looks like we need our own scrolledwindow
137-
138- https://discourse.gnome.org/t/scrolledwindow-and-image-view-apps/15101
139-
140- copy-paste the gtk one and remove the mousewheel scroll code
141-
142136- fix deprecation warnings
143137
144138 at least hide them!
Original file line number Diff line number Diff line change @@ -1306,7 +1306,6 @@ image_window_init( ImageWindow *win )
13061306 /* Panning windows should use scroll to zoom, according to the HIG.
13071307 */
13081308 controller = GTK_EVENT_CONTROLLER ( gtk_event_controller_scroll_new (
1309- GTK_EVENT_CONTROLLER_SCROLL_DISCRETE |
13101309 GTK_EVENT_CONTROLLER_SCROLL_VERTICAL ) );
13111310 g_signal_connect ( controller , "scroll" ,
13121311 G_CALLBACK ( image_window_scroll ), win );
You can’t perform that action at this time.
0 commit comments