cdhigh / sprintFontRelease

A plugin of sprint-layout v6, Import footprint from Kicad/EasyEDA, Insert text in other fonts,...
20 stars 2 forks source link

win10 show desktop problem #1

Closed gevv closed 2 years ago

gevv commented 2 years ago

Hello,

When the sprint layout and sprintFont are open and show the desktop, the sprint layout window does not return.

https://user-images.githubusercontent.com/5096676/172142215-c9ddc2fa-1dd7-4e7c-91fb-558e0e56ddf9.mp4

cdhigh commented 2 years ago

It is not a bug. This is how the sprint-layout plugin system works, When you start the plugin, sprint-layout creates a child process, let the plugin running in the child process, and suspends itself, waiting until the child process returns.

gevv commented 2 years ago

I understood thanks