Skip to content

Commit

Permalink
[gui] Fix attr property load
Browse files Browse the repository at this point in the history
Fix #58887 by reverting #58787, with this modification
I cannot reproduce #58767 anymore.
  • Loading branch information
elpaso authored and nyalldawson committed Oct 1, 2024
1 parent 48ae8e2 commit 75e699a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/gui/vector/qgsattributesformproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,13 +616,6 @@ void QgsAttributesFormProperties::loadAttributeSpecificEditor( QgsAttributesDnDT
if ( layout == Qgis::AttributeFormLayout::DragAndDrop )
storeAttributeWidgetEdit();

// Do not store while initializing!
if ( !mAvailableWidgetsTree->selectedItems().empty() )
{
storeAttributeTypeDialog();
storeAttributeContainerEdit();
}

clearAttributeTypeFrame();

if ( emitter->selectedItems().count() != 1 )
Expand Down

0 comments on commit 75e699a

Please sign in to comment.