mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Also mark project as dirty when column widths change
This commit is contained in:
parent
60dce16e9e
commit
45989f7f36
@ -271,5 +271,5 @@ void QgsAttributeTableConfig::writeXml( QDomNode& node ) const
|
||||
|
||||
bool QgsAttributeTableConfig::ColumnConfig::operator== ( const ColumnConfig& other ) const
|
||||
{
|
||||
return type == other.type && name == other.name && hidden == other.hidden;
|
||||
return type == other.type && name == other.name && hidden == other.hidden && width == other.width;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user