Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_scale_draw.cpp


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_scale_draw.cpp

    r8127 r9383  
    118118  \param end End border distance
    119119*/
    120 void QwtScaleDraw::getBorderDistHint( 
     120void QwtScaleDraw::getBorderDistHint(
    121121    const QFont &font, int &start, int &end ) const
    122122{
     
    235235    }
    236236
    237     double angle = qwtRadians( labelRotation() ); 
     237    double angle = qwtRadians( labelRotation() );
    238238    if ( vertical )
    239239        angle += M_PI / 2;
     
    348348   Find the position, where to paint a label
    349349
    350    The position has a distance that depends on the length of the ticks 
     350   The position has a distance that depends on the length of the ticks
    351351   in direction of the alignment().
    352352
Note: See TracChangeset for help on using the changeset viewer.