We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7164676 commit be647d0Copy full SHA for be647d0
src/plugins/grass/qgsgrassplugin.cpp
@@ -589,6 +589,7 @@ void QgsGrassPlugin::displayRegion()
589
// QgsDebugMsg("entered.");
590
591
mRegionBand->reset();
592
+ if ( !mRegionAction->isChecked() ) { return; }
593
594
// Display region of current mapset if in active mode
595
if ( !QgsGrass::activeMode() ) return;
@@ -641,10 +642,7 @@ void QgsGrassPlugin::redrawRegion()
641
642
{
643
644
- if ( mRegionAction->isChecked() )
645
- {
646
- displayRegion();
647
- }
+ displayRegion();
648
}
649
650
void QgsGrassPlugin::changeRegion( void )
0 commit comments