File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1679,6 +1679,7 @@ void QgisApp::createCanvasTools()
1679
1679
#else
1680
1680
mAdvancedDigitizeToolBar ->removeAction ( mActionOffsetCurve );
1681
1681
mEditMenu ->removeAction ( mActionOffsetCurve );
1682
+ mMapTools .mOffsetCurve = 0 ;
1682
1683
#endif // GEOS_VERSION
1683
1684
mMapTools .mReshapeFeatures = new QgsMapToolReshape ( mMapCanvas );
1684
1685
mMapTools .mReshapeFeatures ->setAction ( mActionReshapeFeatures );
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ QString QgsExpressionBuilderWidget::loadFunctionHelp( QgsExpressionItem* functio
415
415
416
416
QString missingError = tr ( " <h3>Oops! QGIS can't find help for this function.</h3>"
417
417
" The help file for %1 was not found.<br>"
418
- ).arg ( Qt::escape ( name ) );
418
+ ).arg ( Qt::escape ( name ) );
419
419
420
420
if ( !lang.startsWith ( " en_" ) )
421
421
{
You can’t perform that action at this time.
0 commit comments