new_grid: The Return of the snap_to_X functions.
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 26 Jul 2018 19:23:59 +0000 (14:23 -0500)
committerRobin Gareus <robin@gareus.org>
Thu, 26 Jul 2018 22:28:47 +0000 (00:28 +0200)
commit0883f02de92478800ad232f10d388219e2817ed7
tree28e65aba638709df055c1e44ccebf936060313ff
parent83ce11e4111682c0dfea6b3927a157b9d23556ea
new_grid:  The Return of the snap_to_X functions.
 We no longer assume that Snap always uses the visible ruler lines.
 If you want to snap to the grid, and ignore the users zoom scale, use SnapPref::SnapToGrid_Unscaled
 This fixes 2 (known) oversights: "snap region(s) to grid" and "regions whose start are left of the canvas edge".
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_mouse.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/midi_region_view.cc
gtk2_ardour/public_editor.h
gtk2_ardour/region_view.cc