We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed47ef9 commit 1bd3776Copy full SHA for 1bd3776
src/gui/qgsdatumtransformdialog.cpp
@@ -230,6 +230,9 @@ void QgsDatumTransformDialog::on_mHideDeprecatedCheckBox_stateChanged( int )
230
231
void QgsDatumTransformDialog::on_mDatumTransformTreeWidget_currentItemChanged( QTreeWidgetItem *current, QTreeWidgetItem * )
232
{
233
+ if ( !current )
234
+ return;
235
+
236
mLabelSrcDescription->setText( current->toolTip( 0 ) );
237
mLabelDstDescription->setText( current->toolTip( 1 ) );
238
}
0 commit comments