Skip to content

Commit

Permalink
fix tab index in project properties when clicking on crs toolbutton f…
Browse files Browse the repository at this point in the history
…rom statusbar
  • Loading branch information
slarosa committed Apr 5, 2018
1 parent 16e18ba commit bcf9a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsprojectproperties.cpp
Expand Up @@ -1287,7 +1287,7 @@ void QgsProjectProperties::apply()

void QgsProjectProperties::showProjectionsTab()
{
mOptionsListWidget->setCurrentRow( 1 );
mOptionsListWidget->setCurrentRow( 2 );
}

void QgsProjectProperties::cbxWFSPubliedStateChanged( int aIdx )
Expand Down

0 comments on commit bcf9a97

Please sign in to comment.