Resize bug fixed
This commit is contained in:
parent
701a91a4a7
commit
49ecc712a0
7 changed files with 32 additions and 2 deletions
|
@ -228,6 +228,7 @@ void ProfileInterface::dialogNextPictureRequested(QWidget *dialog)
|
|||
QString newWidgetKey = pictureKeyList.at(picIndex);
|
||||
SnapmaticWidget *picWidget = (SnapmaticWidget*)widgets.key(newWidgetKey);
|
||||
picDialog->setSnapmaticPicture(picWidget->getPicture(), picIndex);
|
||||
//picDialog->adaptNewDialogSize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -261,6 +262,7 @@ void ProfileInterface::dialogPreviousPictureRequested(QWidget *dialog)
|
|||
QString newWidgetKey = pictureKeyList.at(picIndex );
|
||||
SnapmaticWidget *picWidget = (SnapmaticWidget*)widgets.key(newWidgetKey);
|
||||
picDialog->setSnapmaticPicture(picWidget->getPicture(), picIndex);
|
||||
//picDialog->adaptNewDialogSize();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue