Fixed export bug for hidden snapmatic when you have opened the file
through the Explorer as example
This commit is contained in:
parent
f645863562
commit
44c6d38d9c
5 changed files with 62 additions and 32 deletions
|
@ -301,10 +301,12 @@ void PictureDialog::copySnapmaticPicture()
|
|||
{
|
||||
if (rqfullscreen && fullscreenWidget)
|
||||
{
|
||||
QMessageBox::information(fullscreenWidget, picPath, picPath);
|
||||
PictureCopy::copyPicture(fullscreenWidget, picPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::information(this, picPath, picPath);
|
||||
PictureCopy::copyPicture(this, picPath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue