Changeset 5236 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Jun 17, 2013, 8:39:34 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5235 r5236  
    29382938#ifdef QT_WEBKIT
    29392939  saveOptions();
     2940  enableWidget(false, _mapWinButton);
     2941  enableWidget(false, _gmRadioButton);
     2942  enableWidget(false, _osmRadioButton);
     2943  enableWidget(false, _mapWinTraceCheckBox);
     2944  enableWidget(false, _mapSpeedSlider);
    29402945  if (!_mapWin) {
    29412946    _mapWin = new bncMapWin(this);
     
    29632968void bncWindow::slotMapPPPClosed() {
    29642969#ifdef QT_WEBKIT
    2965   qDebug() << "slotMapPPPClosed";
    29662970  delete _mapWin;
    29672971  _mapWin = 0;
     2972  slotBncTextChanged();
    29682973#endif
    29692974}
Note: See TracChangeset for help on using the changeset viewer.