openvectordialog.patch

Maxim Dubinin, 2009-08-29 09:16 PM

Download (431 Bytes)

View differences:

src/app/ogr/qgsopenvectorlayerdialog.cpp (working copy)
306 306
    Q_ASSERT( !"SHOULD NEVER GET HERE" );
307 307
  }
308 308

  
309
  QPushButton *buttonOk = buttonBox->button( QDialogButtonBox::Ok );
310
  if ( buttonOk )
311
    buttonOk->setFocus();
309 312

  
310 313

  
311 314
}