use correct default scroomer size in initializer
this really has no effect but it's more consistent.
This commit is contained in:
@@ -59,7 +59,7 @@ PianoRollHeaderBase::PianoRollHeaderBase (MidiViewBackground& bg)
|
||||
, _highlighted_note (NO_MIDI_NOTE)
|
||||
, _clicked_note (NO_MIDI_NOTE)
|
||||
, _dragging (false)
|
||||
, _scroomer_size (63.f)
|
||||
, _scroomer_size (60.f)
|
||||
, _scroomer_drag (false)
|
||||
, _old_y (0.0)
|
||||
, _fract (0.0)
|
||||
|
||||
Reference in New Issue
Block a user