Skip to content

Commit 45989f7

Browse files
committed
Also mark project as dirty when column widths change
1 parent 60dce16 commit 45989f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsattributetableconfig.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,5 +271,5 @@ void QgsAttributeTableConfig::writeXml( QDomNode& node ) const
271271

272272
bool QgsAttributeTableConfig::ColumnConfig::operator== ( const ColumnConfig& other ) const
273273
{
274-
return type == other.type && name == other.name && hidden == other.hidden;
274+
return type == other.type && name == other.name && hidden == other.hidden && width == other.width;
275275
}

0 commit comments

Comments
 (0)