Skip to content

gridview: Fix rubberbanding from negative x coordinates

Corey Berla requested to merge wip/coreyberla/gridview-rubberband into main

This is a follow-up to 1e9a36ff. For GridView we also need to make sure that we aren't rubberbanding below x=0 which causes unexpected rubberbanding behavior.

Fixes: nautilus#2492 (closed)

cc: @otte

Merge request reports