We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dce16 commit 45989f7Copy full SHA for 45989f7
src/core/qgsattributetableconfig.cpp
@@ -271,5 +271,5 @@ void QgsAttributeTableConfig::writeXml( QDomNode& node ) const
271
272
bool QgsAttributeTableConfig::ColumnConfig::operator== ( const ColumnConfig& other ) const
273
{
274
- return type == other.type && name == other.name && hidden == other.hidden;
+ return type == other.type && name == other.name && hidden == other.hidden && width == other.width;
275
}
0 commit comments