We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6226850 commit f0c83c5Copy full SHA for f0c83c5
plugins.cpp
@@ -282,6 +282,7 @@ bool CPlugin::ExecutePluginScript (const char * sName,
282
nInvocationCount,
283
NULL, NULL, NULL,
284
&bResult);
285
+ m_pDoc->m_CurrentPlugin = pSavedPlugin;
286
return bResult;
287
} // end of Lua
288
@@ -378,6 +379,7 @@ bool CPlugin::ExecutePluginScript (const char * sName,
378
379
380
381
382
383
384
385
@@ -472,6 +474,7 @@ bool CPlugin::ExecutePluginScript (const char * sName,
472
474
473
475
476
477
478
479
480
0 commit comments