Make absolute snap the default snap.

- also fixes a couple of absolute snap bugs wrt midi notes.
This commit is contained in:
nick_m 2015-06-11 01:36:34 +10:00
parent 9563e75cca
commit b3a4c88e0e
4 changed files with 22 additions and 11 deletions

View file

@ -126,8 +126,8 @@ class LIBGTKMM2EXT_API Keyboard : public sigc::trackable, PBD::Stateful
* Absolute grid is for aligning objects with the grid lines.
* Relative grid is for maintaining an initial position relative to the grid lines.
* With this modifier:
* - magnetic or normal grid should snap absolutely to the grid lines
* - no grid should become absolute grid.
* - magnetic or normal grid should snap relative to an initial grid offset
* - no grid should snap relative to the grid.
*/
static ModifierMask snap_delta_modifier () { return ModifierMask (snap_delta_mod); }