fix with not found area

This commit is contained in:
Rafael 2016-04-23 21:01:41 +02:00
parent 40eb28b65d
commit a925bf4541
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ void PictureDialog::setSnapmaticPicture(SnapmaticPicture *picture, QString pictu
{
picAreaStr = globalMap[picArea];
}
else
{
picAreaStr = picArea;
}
QString plyrsStr;
if (plyrsList.length() >= 1)