mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 19:29: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
|
// apply config to source
|
||||||
load_source->accept(*this);
|
load_source->accept(*this);
|
||||||
|
load_source->touch();
|
||||||
// remember
|
// remember
|
||||||
sources_id_.push_back( load_source->id() );
|
sources_id_.push_back( load_source->id() );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user