refresh SnapmaticProperties after patching
This commit is contained in:
parent
ec8c1402a5
commit
641bf222c9
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ bool SnapmaticPicture::setSnapmaticProperties(SnapmaticProperties newSpJson)
|
||||||
snapmaticStream.close();
|
snapmaticStream.close();
|
||||||
if (result != 0)
|
if (result != 0)
|
||||||
{
|
{
|
||||||
|
localSpJson = newSpJson;
|
||||||
jsonStr = newJsonStr;
|
jsonStr = newJsonStr;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue