latest commits from gta5sync
This commit is contained in:
parent
6b1d5b6d1d
commit
e031bcec59
14 changed files with 414 additions and 212 deletions
|
@ -521,11 +521,11 @@ void PictureDialog::copySnapmaticPicture()
|
|||
{
|
||||
if (rqfullscreen && fullscreenWidget)
|
||||
{
|
||||
PictureCopy::copyPicture(fullscreenWidget, picPath);
|
||||
PictureCopy::copyPicture(fullscreenWidget, picPath, smpic);
|
||||
}
|
||||
else
|
||||
{
|
||||
PictureCopy::copyPicture(this, picPath);
|
||||
PictureCopy::copyPicture(this, picPath, smpic);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue