Version: 1.4.0 (using KDE KDE 3.5.1) Installed from: Compiled From Sources OS: Linux PROBLEM: The transparency property of box and ellipse objects is not modified through JavaScript STEPS TO REPRODUCE: Start Kst Create a box object In the JavaScript console type the following (or something functionally similar): Kst.windows[0].view.children[0].transparent = true RESULTS: No change EXPECTED RESULTS: The box should use a transparent fill
SVN commit 717070 by arwalker: BUG:150170 use the transparent property and remove the transparentFill property M +57 -27 kstviewbox.cpp M +5 -6 kstviewbox.h M +48 -23 kstviewellipse.cpp M +4 -4 kstviewellipse.h WebSVN link: http://websvn.kde.org/?view=rev&revision=717070