Diffusion Krita ab523d80132e

Fix loading the action plugins in new windows

Authored by rempt on Mar 14 2018, 10:40 AM.

Description

Fix loading the action plugins in new windows

We were caching the loaded plugins, so a new window would not load
the per-window action plugins, which made for empty menus.

However, the Python plugin was a KisActionPlugin but should only
be loaded once, on application start, when the first window is
being created. It should not be reloaded when a new window is
created.

Details

Committed
remptMar 14 2018, 10:41 AM
Parents
R37:9659c19fe1cf: fix whitespace
Branches
Unknown
Tags
Unknown