Skip to content

Commit 75b3383

Browse files
committedMar 8, 2023
Call correct parent function
1 parent bb57ef8 commit 75b3383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/layout/qgslayoutlegendwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ bool QgsLayoutLegendMapFilteringModel::setData( const QModelIndex &index, const
20502050

20512051
Qt::ItemFlags QgsLayoutLegendMapFilteringModel::flags( const QModelIndex &index ) const
20522052
{
2053-
Qt::ItemFlags flags = QAbstractItemModel::flags( index );
2053+
Qt::ItemFlags flags = QSortFilterProxyModel::flags( index );
20542054

20552055
if ( ! index.isValid() )
20562056
{

0 commit comments

Comments
 (0)
Please sign in to comment.