Bug 151062

Summary: Plot resize from JavaScript not immediate
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-10-19 21:48:08 UTC
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
Comment 1 Andrew Walker 2007-10-19 22:45:00 UTC
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