Skip to content

Commit 953b39e

Browse files
committedJan 19, 2015
Fix warning
1 parent 375dc32 commit 953b39e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/gui/qgsprojectionselectionwidget.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ void QgsProjectionSelectionWidget::setOptionVisible( const QgsProjectionSelectio
108108
addDefaultCrsOption();
109109
return;
110110
}
111+
case QgsProjectionSelectionWidget::CurrentCrs:
112+
//current CRS option cannot be readded
113+
return;
111114
}
112115
}
113116
else if ( !visible && optionIndex >= 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.