Version: 0.12.17 (using KDE KDE 3.5.4) Installed from: Gentoo Packages OS: Linux Following image shows overlapping text. This happens only when loading a certain amount of data.
Created attachment 18013 [details] overlapping text
SVN commit 605649 by trueg: * Progress when adding files to a data project * Better button placement in the welcome widget * No overlapping text in the project fill display anymore * The follow symlinks to folders dialog now allows to choose stuff like "follow all" or "add all" BUG: 135107 M +33 -5 libk3b/projects/datacd/k3bdatapreparationjob.cpp M +52 -26 libk3b/tools/k3blistview.cpp M +3 -0 libk3b/tools/k3blistview.h M +43 -10 libk3b/tools/k3bmultichoicedialog.cpp M +5 -0 libk3b/tools/k3bmultichoicedialog.h D src/k3brichtextlabel.cpp D src/k3brichtextlabel.h M +38 -28 src/k3bwelcomewidget.cpp M +1 -1 src/k3bwelcomewidget.h M +190 -109 src/projects/k3bdataurladdingdialog.cpp M +19 -8 src/projects/k3bdataurladdingdialog.h M +72 -28 src/projects/k3bfillstatusdisplay.cpp