Skip to content

Commit

Permalink
Make filename in project properties copyable
Browse files Browse the repository at this point in the history
(cherry-picked from d56ca40)
  • Loading branch information
nyalldawson committed Jul 26, 2016
1 parent 2e4c328 commit 4b562f2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 139 deletions.
2 changes: 1 addition & 1 deletion src/app/qgsprojectproperties.cpp
Expand Up @@ -139,7 +139,7 @@ QgsProjectProperties::QgsProjectProperties( QgsMapCanvas* mapCanvas, QWidget *pa
// Properties stored in QgsProject

title( QgsProject::instance()->title() );
projectFileName->setText( QgsProject::instance()->fileName() );
mProjectFileLineEdit->setText( QgsProject::instance()->fileName() );

// get the manner in which the number of decimal places in the mouse
// position display is set (manual or automatic)
Expand Down

0 comments on commit 4b562f2

Please sign in to comment.