Skip to content

Commit

Permalink
Call correct parent function
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 8, 2023
1 parent bb57ef8 commit 75b3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutlegendwidget.cpp
Expand Up @@ -2050,7 +2050,7 @@ bool QgsLayoutLegendMapFilteringModel::setData( const QModelIndex &index, const

Qt::ItemFlags QgsLayoutLegendMapFilteringModel::flags( const QModelIndex &index ) const
{
Qt::ItemFlags flags = QAbstractItemModel::flags( index );
Qt::ItemFlags flags = QSortFilterProxyModel::flags( index );

if ( ! index.isValid() )
{
Expand Down

0 comments on commit 75b3383

Please sign in to comment.