Skip to content

Commit

Permalink
Remove unecessary update in the qgsmasksourceselectionwidget construc…
Browse files Browse the repository at this point in the history
…tor. Update is done automatically when the mask widget is opened. Should fix qgis#34942.
  • Loading branch information
obrix committed Jun 26, 2020
1 parent b726848 commit 7bf24f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/qgsmasksourceselectionwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ QgsMaskSourceSelectionWidget::QgsMaskSourceSelectionWidget( QWidget *parent )
vbox->addWidget( mTree );

setLayout( vbox );

update();
}

void QgsMaskSourceSelectionWidget::update()
Expand Down

0 comments on commit 7bf24f0

Please sign in to comment.