Changeset 2755 in ntrip


Ignore:
Timestamp:
Dec 1, 2010, 2:13:45 PM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmap.h

    r2753 r2755  
    2424 private:
    2525   
    26    int             _scale;
    27    float           _LaOff;
     26   double          _scale;
     27   double          _LaOff;
    2828
    2929   QGraphicsView*  _mapView;
  • trunk/BNC/bnctabledlg.cpp

    r2753 r2755  
    303303
    304304  bncMap* winMap = new bncMap(this);
    305   winMap->setGeometry( x(), y()+height()*1.2, 860, 400 );
     305  winMap->setGeometry( x(), int(y()+height()*1.2), 860, 400 );
    306306
    307307  connect(this, SIGNAL(newPoint(QPointF, QString, QPen)),
Note: See TracChangeset for help on using the changeset viewer.