diff --git a/qucs/extsimkernels/abstractspicekernel.cpp b/qucs/extsimkernels/abstractspicekernel.cpp index 62e1766a6..1e2f68470 100644 --- a/qucs/extsimkernels/abstractspicekernel.cpp +++ b/qucs/extsimkernels/abstractspicekernel.cpp @@ -49,6 +49,7 @@ AbstractSpiceKernel::AbstractSpiceKernel(Schematic *sch_, QObject *parent) : { Sch = sch_; console = nullptr; + needsPrefix = false; if (Sch->showBias == 0) DC_OP_only = true; else DC_OP_only = false;