Переглянути джерело

Fix templates not refreshing their stylesheet (#171)

Maximilian Stark 4 роки тому
батько
коміт
35d373d5dd
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Source/Core/ElementDocument.cpp

+ 1 - 0
Source/Core/ElementDocument.cpp

@@ -227,6 +227,7 @@ void ElementDocument::ReloadStyleSheet()
 	}
 
 	Factory::ClearStyleSheetCache();
+	Factory::ClearTemplateCache();
 	ElementPtr temp_doc = Factory::InstanceDocumentStream(nullptr, stream.get(), context->GetDocumentsBaseTag());
 	if (!temp_doc) {
 		Log::Message(Log::LT_WARNING, "Failed to reload style sheet, could not instance document: %s", source_url.c_str());