mirror of https://github.com/KLayout/klayout.git
Bugfix - properly removing plugins when they are unregistered (unlikely)
This commit is contained in:
parent
432b542f3c
commit
90b59ca14d
|
|
@ -177,7 +177,7 @@ public:
|
|||
virtual void plugin_removed (lay::PluginDeclaration *cls)
|
||||
{
|
||||
if (mp_delegate) {
|
||||
mp_delegate->plugin_registered (cls);
|
||||
mp_delegate->plugin_removed (cls);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue