Version: 1.4.0 (using KDE KDE 3.5.3) Installed from: Compiled From Sources OS: Linux PROBLEM: When a plot is resized or moved using the JavaScript extension the update is not immediately repainted STEPS TO REPRODUCE: Start Kst Create a plot Start the JavaScript extension In the JavaScript console type: Kst.windows[0].plots[0].resize(100,100); RESULTS: The plot size does not change EXPECTED RESULTS: The plot size should change
SVN commit 727108 by arwalker: BUG:151062 make plot resize/move immediate. Also add repaint method to force updates M +0 -1 bind_datavector.cpp M +4 -5 bind_powerspectrum.cpp M +18 -4 bind_viewobject.cpp M +13 -2 bind_window.cpp M +5 -2 bind_window.h WebSVN link: http://websvn.kde.org/?view=rev&revision=727108