Bug 151062 - Plot resize from JavaScript not immediate
Summary: Plot resize from JavaScript not immediate
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 21:48 UTC by Andrew Walker
Modified: 2007-10-19 22:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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