Loading session with menu do not use smooth transition

This commit is contained in:
brunoherbelin
2021-04-13 21:24:56 +02:00
parent 2814763b97
commit 6d522876ad
4 changed files with 134 additions and 58 deletions

View File

@@ -103,8 +103,8 @@ public:
void set (Session *session);
// operations depending on transition mode
void close ();
void open (const std::string& filename);
void close (bool smooth = false);
void open (const std::string& filename, bool smooth = false);
// create sources if clipboard contains well-formed xml text
void paste (const std::string& clipboard);