mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
initialize uninitialzed var
This commit is contained in:
parent
0bc6659f6b
commit
6f6e78284d
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ EditorSummary::EditorSummary (Editor* e)
|
|||
_view_rectangle_y (0, 0),
|
||||
_zoom_dragging (false),
|
||||
_old_follow_playhead (false),
|
||||
_image (0),
|
||||
_background_dirty (true)
|
||||
{
|
||||
add_events (Gdk::POINTER_MOTION_MASK|Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK|Gdk::ENTER_NOTIFY_MASK|Gdk::LEAVE_NOTIFY_MASK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue