mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
Script object naming has been fixed
This commit is contained in:
parent
b8900b1e96
commit
0a0e1504fa
@ -1304,7 +1304,7 @@ void ScriptEngineContext::baseDesignIntfToScript(const QString& pageName, BaseDe
|
||||
engine->newQObject(sItem, item);
|
||||
} else {
|
||||
sItem = engine->newQObject(item);
|
||||
engine->globalObject().setProperty(pageName+"_"+item->patternName(),sItem);
|
||||
engine->globalObject().setProperty(on,sItem);
|
||||
}
|
||||
#endif
|
||||
foreach(BaseDesignIntf* child, item->childBaseItems()){
|
||||
|
Loading…
Reference in New Issue
Block a user