Changeset 6537 in ntrip for trunk/BNC/src/bncmap_svg.cpp


Ignore:
Timestamp:
Jan 2, 2015, 3:40:09 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmap_svg.cpp

    r4725 r6537  
    141141  QwtText text(name.left(4));
    142142  QFont   font = text.font();
    143   font.setPointSize(font.pointSize()*0.8);
     143  font.setPointSize(int(font.pointSize()*0.8));
    144144  text.setFont(font);
    145145  marker->setLabel(text);
Note: See TracChangeset for help on using the changeset viewer.