Changeset 9383 in ntrip for trunk/BNC/qwtpolar


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/qwtpolar/qwt_polar_canvas.cpp

    r8127 r9383  
    215215                    QWidget *bgWidget = qwtBackgroundWidget( plot() );
    216216
    217                                         QwtPainter::fillPixmap( bgWidget, bs,
    218                                                 mapTo( bgWidget, rect().topLeft() ) );
     217                    QwtPainter::fillPixmap( bgWidget, bs,
     218                        mapTo( bgWidget, rect().topLeft() ) );
    219219
    220220                    p.begin( &bs );
Note: See TracChangeset for help on using the changeset viewer.