mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix merge Fields AcroForm
This commit is contained in:
@ -309,7 +309,6 @@ void ReadInteractiveForms(BYTE* pWidgets, int& i)
|
||||
|
||||
nPathLength = READ_INT(pWidgets + i);
|
||||
i += 4;
|
||||
std::cout << "Flags " << nPathLength << ", ";
|
||||
int nFlags = nPathLength;
|
||||
|
||||
if (nFlags & (1 << 0))
|
||||
|
||||
Reference in New Issue
Block a user