mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix: ensure update of source after update by SessionLoader
This commit is contained in:
@@ -156,6 +156,7 @@ void SessionLoader::load(XMLElement *sessionNode)
|
||||
|
||||
// apply config to source
|
||||
load_source->accept(*this);
|
||||
load_source->touch();
|
||||
// remember
|
||||
sources_id_.push_back( load_source->id() );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user