##// END OF EJS Templates
Fixed paint and mouse event issues with QLineSeries...
Fixed paint and mouse event issues with QLineSeries 1. The bounding rectangle of QLineSeries item did not take line width into account; this caused paint issues if the width is bigger than 1. 2. The width of the shape of the item was always 1. This caused problems with mouse events; onClicked was not always signaled, even if you click on top (but not in the middle of) a thick line series.
Tero Ahola -
r1791:877b494897a0
Show More
Name Size Modified Last Commit Author
/ demos / chartviewer
charts
charts.cpp Loading ...
charts.h Loading ...
chartviewer.pro Loading ...
main.cpp Loading ...
model.h Loading ...
view.cpp Loading ...
view.h Loading ...
window.cpp Loading ...
window.h Loading ...