We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b4ff668 commit b6ee239Copy full SHA for b6ee239
src/gui/qgsattributeform.cpp
@@ -189,20 +189,17 @@ void QgsAttributeForm::setMode( QgsAttributeForm::Mode mode )
189
case QgsAttributeForm::SingleEditMode:
190
setFeature( mFeature );
191
mSearchButtonBox->setVisible( false );
192
- mTopMessageWidget->show();
193
break;
194
195
case QgsAttributeForm::AddFeatureMode:
196
synchronizeEnabledState();
197
198
199
200
201
case QgsAttributeForm::MultiEditMode:
202
resetMultiEdit( false );
203
204
205
206
207
208
case QgsAttributeForm::SearchMode:
0 commit comments