mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 02:47:43 +01:00
flags should start out all checked
This commit is contained in:
parent
574de9fa55
commit
268d55a6ed
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