Skip to content

Commit

Permalink
Qt: some work towards upgrading to version 5.5.1 (#971).
Browse files Browse the repository at this point in the history
Addresses the issue about the Single Cell view: to simulate the N62
model with one or several graphs and with, for example, a 200,000 slow
down results in the plotting area repeatedly becoming black.
  • Loading branch information
agarny committed May 31, 2016
1 parent 005b6f1 commit 155c3e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/thirdParty/Qwt/src/qwt_plot_directpainter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,13 @@ void QwtPlotDirectPainter::drawSeries(
if ( d_data->hasClipping )
clipRegion &= d_data->clipRegion;

/*---OPENCOR---
canvas->installEventFilter( this );
*/
canvas->repaint(clipRegion);
/*---OPENCOR---
canvas->removeEventFilter( this );
*/

d_data->seriesItem = NULL;
}
Expand Down

0 comments on commit 155c3e4

Please sign in to comment.