mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 10:27:53 +02:00
WIP
This commit is contained in:
@@ -105,9 +105,7 @@ public:
|
||||
|
||||
lay::Plugin *create_plugin (db::Manager *, lay::Dispatcher *root, lay::LayoutViewBase *view) const
|
||||
{
|
||||
lay::LayoutView *lv = dynamic_cast<lay::LayoutView *> (view);
|
||||
tl_assert (lv != 0);
|
||||
return new DiffPlugin (root, lv);
|
||||
return new DiffPlugin (root, view->ui ());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user