Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cleaned the "select region" GUI for GRASS,
fixed validation of input


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14660 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
brushtyler committed Nov 14, 2010
1 parent 6b4ee2d commit e64706b
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 694 deletions.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -651,7 +651,7 @@ void QgsGrassPlugin::changeRegion( void )
}

// Warning: don't use Qt::WType_Dialog, it would ignore restorePosition
mRegion = new QgsGrassRegion( this, qGisInterface, qGisInterface->mainWindow(), Qt::Window );
mRegion = new QgsGrassRegion( this, qGisInterface, qGisInterface->mainWindow() );

connect( mRegion, SIGNAL( destroyed( QObject * ) ), this, SLOT( regionClosed() ) );

Expand Down

0 comments on commit e64706b

Please sign in to comment.