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 #34942.
  • Loading branch information
obrix authored and nyalldawson committed Jul 13, 2020
1 parent 0579b20 commit f5b56e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/qgsmasksourceselectionwidget.cpp
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 f5b56e3

Please sign in to comment.