mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
flags should start out all checked
This commit is contained in:
parent
fc66cc1efa
commit
4a3bc090cc
1 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ MixerSnapshot::MixerSnapshot(Session* s)
|
|||
, label("snapshot")
|
||||
, timestamp(time(0))
|
||||
, last_modified_with(string_compose("%1 %2", PROGRAM_NAME, revision))
|
||||
, _flags(RecallFlags(0))
|
||||
, _flags(RecallFlags(31))
|
||||
{
|
||||
if(s) {
|
||||
_session = s;
|
||||
|
|
@ -67,7 +67,7 @@ MixerSnapshot::MixerSnapshot(Session* s, string file_path)
|
|||
, label("snapshot")
|
||||
, timestamp(time(0))
|
||||
, last_modified_with(string_compose("%1 %2", PROGRAM_NAME, revision))
|
||||
, _flags(RecallFlags(0))
|
||||
, _flags(RecallFlags(31))
|
||||
{
|
||||
if(s) {
|
||||
_session = s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue