mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfix: Draw form fields
This commit is contained in:
@ -701,7 +701,7 @@ void PDFWidgetFormManager::updateFormWidgetEditors()
|
||||
setFocusToEditor(nullptr);
|
||||
clearEditors();
|
||||
|
||||
for (PDFFormWidget widget : getWidgets())
|
||||
for (const PDFFormWidget& widget : getWidgets())
|
||||
{
|
||||
const PDFFormField* formField = widget.getParent();
|
||||
switch (formField->getFieldType())
|
||||
|
Reference in New Issue
Block a user