Update the cover information if a different cover is selected.

This commit is contained in:
Luis Ángel San Martín
2018-03-12 21:25:51 +01:00
parent 062e8a1a8c
commit 910ec62d30
2 changed files with 12 additions and 1 deletions

View File

@ -114,6 +114,8 @@ class QToolButton;
void updateCoverPageNumberLabel(int n);
bool coverChanged;
float coverSizeRatio;
QString originalCoverSize;
public:
PropertiesDialog(QWidget * parent = 0);