refresh SnapmaticProperties after patching

This commit is contained in:
Rafael 2016-12-10 06:01:27 +01:00
parent ec8c1402a5
commit 641bf222c9
1 changed files with 1 additions and 0 deletions

View File

@ -585,6 +585,7 @@ bool SnapmaticPicture::setSnapmaticProperties(SnapmaticProperties newSpJson)
snapmaticStream.close();
if (result != 0)
{
localSpJson = newSpJson;
jsonStr = newJsonStr;
return true;
}