mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Undo/redo fix
This commit is contained in:
@ -77,6 +77,10 @@ public:
|
||||
int m_magnifierSize;
|
||||
double m_magnifierZoom;
|
||||
|
||||
// Undo/redo steps settings
|
||||
int m_maximumUndoSteps;
|
||||
int m_maximumRedoSteps;
|
||||
|
||||
// Form settings
|
||||
pdf::PDFFormManager::FormAppearanceFlags m_formAppearanceFlags;
|
||||
};
|
||||
|
Reference in New Issue
Block a user