CVS commit by arwalker: Set ShowLegend to false in constructor M +1 -0 kstlegend.cpp 1.2 --- kdeextragear-2/kst/kst/kstlegend.cpp #1.1:1.2 @@ -51,4 +51,5 @@ KstLegend::KstLegend(const QString &in_t Width = -1; // invalidate the width + ShowLegend = false; LayoutType = LeftTop; AlignmentType = AlignmentLeft;