Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (3 years ago)
Author:
stoecker
Message:

update to qwt verion 6.1.1 to fix build with newer Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_plot_directpainter.h

    r8127 r9383  
    3030    On certain environments it might be important to calculate a proper
    3131    clip region before painting. F.e. for Qt Embedded only the clipped part
    32     of the backing store will be copied to a ( maybe unaccelerated ) 
     32    of the backing store will be copied to a ( maybe unaccelerated )
    3333    frame buffer.
    3434
     
    6262        /*!
    6363          When QwtPlotCanvas::BackingStore is enabled the painter
    64           has to paint to the backing store and the widget. In certain 
    65           situations/environments it might be faster to paint to 
     64          has to paint to the backing store and the widget. In certain
     65          situations/environments it might be faster to paint to
    6666          the backing store only and then copy the backing store to the canvas.
    6767          This flag can also be useful for settings, where Qt fills the
Note: See TracChangeset for help on using the changeset viewer.