Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 12, 2017
1 parent 1838831 commit 897dc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutmanagerdialog.cpp
Expand Up @@ -535,7 +535,7 @@ bool QgsLayoutManagerModel::setData( const QModelIndex &index, const QVariant &v
Qt::ItemFlags QgsLayoutManagerModel::flags( const QModelIndex &index ) const
{
Qt::ItemFlags flags = QAbstractListModel::flags( index );
#if 0 // double click is now used for opening the layout
#if 0 // double-click is now used for opening the layout
if ( index.isValid() )
{
return flags | Qt::ItemIsEditable;
Expand Down

0 comments on commit 897dc09

Please sign in to comment.