Version: 1.4.0 (using KDE KDE 3.5.1) Installed from: Compiled From Sources OS: Linux PROBLEM: When a large number of plots are created at the same time from within the data wizard the resulting layout may not be what the user was reasonably expecting. STEPS TO REPRODUCE: Start Kst Open the Data Wizard and select a number (say 20) of fields to plot. Open the Data Qizard and select the same number of fields again. Opt to have the second series of plots created in a new tab. RESULTS: The two series of plots are plotted in a 4x5 grid in the first case and a 20x1 grid in the second. EXPECTED RESULTS: The two series should be plotted using the same layout of 4x5.
SVN commit 711203 by arwalker: BUG:149740 Regrid the plot layout if the window is a new one. Cleanup of code M +401 -363 kstdatawizard_i.cpp M +3 -0 kstdatawizard_i.h M +3 -3 kstviewobject.cpp