CVS commit by arwalker: Allow the user to move multiple plots to and from the available/displayed objects list. M +1 -0 plotlistbox.cpp 1.2 --- kdeextragear-2/kst/kst/plotlistbox.cpp #1.1:1.2 @@ -22,4 +22,5 @@ PlotListBox::PlotListBox(QWidget *parent setDragEnabled(true); setAcceptDrops(true); + setSelectionMode(QListBox::Extended); }