Import: issue #8884: C++ DXF importer never imports text (annotations

This reverts commit e1ebcef39e
This commit is contained in:
wmayer
2023-03-22 20:06:52 +01:00
committed by wwmayer
parent 97103b3bf3
commit 956a0f2531

View File

@@ -407,7 +407,7 @@ private:
char* Name;
const char* DocName=nullptr;
const char* optionSource = nullptr;
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Import";
std::string defaultOptions = "User parameter:BaseApp/Preferences/Mod/Draft";
bool IgnoreErrors=true;
if (!PyArg_ParseTuple(args.ptr(), "et|sbs","utf-8",&Name,&DocName,&IgnoreErrors,&optionSource))
throw Py::Exception();