Skip to content

Commit f50f221

Browse files
committed
Followup b6e97c
1 parent b6e97ca commit f50f221

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/qgsattributetabledialog.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ static QgsExpressionContext _getExpressionContext( const void* context )
6767

6868
void QgsAttributeTableDialog::updateMultiEditButtonState()
6969
{
70+
if ( mLayer->editFormConfig()->layout() == QgsEditFormConfig::UiFileLayout )
71+
return;
72+
7073
mToggleMultiEditButton->setEnabled( mLayer->isEditable() );
7174
if ( mLayer->isEditable() && mMainView->view() != QgsDualView::AttributeEditor )
7275
{

0 commit comments

Comments
 (0)