fix with not found area
This commit is contained in:
parent
40eb28b65d
commit
a925bf4541
1 changed files with 4 additions and 0 deletions
|
@ -165,6 +165,10 @@ void PictureDialog::setSnapmaticPicture(SnapmaticPicture *picture, QString pictu
|
||||||
{
|
{
|
||||||
picAreaStr = globalMap[picArea];
|
picAreaStr = globalMap[picArea];
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
picAreaStr = picArea;
|
||||||
|
}
|
||||||
|
|
||||||
QString plyrsStr;
|
QString plyrsStr;
|
||||||
if (plyrsList.length() >= 1)
|
if (plyrsList.length() >= 1)
|
||||||
|
|
Loading…
Reference in a new issue