mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Signature plugin: Svg/Png custom image selection, bugfixing
This commit is contained in:
@ -232,6 +232,7 @@ void PDFPageContentEditorStyleSettings::setFontAlignment(Qt::Alignment alignment
|
||||
radioButton->setChecked(false);
|
||||
}
|
||||
|
||||
m_alignment = alignment;
|
||||
QRadioButton* radioButton = qobject_cast<QRadioButton*>(m_alignmentMapper.mapping(int(alignment)));
|
||||
radioButton->setChecked(true);
|
||||
|
||||
|
Reference in New Issue
Block a user