Version: 0.99-devel (using KDE 3.2.1, compiled sources) Compiler: gcc version 3.3.2 OS: SunOS (sun4u) release 5.8 Either the function is not what intuition suggests, or it is not working. To reproduce: - Open kst - Create 3 plots - Edit P2, go to "Content" tab, "Plot position" spinboxin the lower left-hand corner - Change the value (should be "1") to "0" - P2 is still where it was, the value you have just changed is changed back to what it was before. I would expect P2 to appear above P1 after that change.
Yeah that code is commented out right now :)
CVS commit by staikos: remove the Plot Position spinbox. I tried to implement it again but it really doesn't make much sense anymore since: 1) it refers to 2d space and we have 3d space now (z-order) 2) we have multiple windows 3) we have free layout capabilities 4) implementing it requires all kinds of tricky geometry work now 5) most of the time it has to be disabled because it's not applicable CCMAIL: 86504-done@bugs.kde.org M +4 -21 kstplotdialog_i.cpp 1.71 M +0 -2 kstplotdialog_i.h 1.28 M +1 -42 plotdialog.ui 1.45