Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ui] Don't disable 'keep unavailable layers' button when applying cha…
…nges
  • Loading branch information
nirvn committed Mar 30, 2019
1 parent 59c00b8 commit 41f3ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgshandlebadlayers.cpp
Expand Up @@ -362,7 +362,6 @@ void QgsHandleBadLayers::editAuthCfg()
void QgsHandleBadLayers::apply()
{
QgsProject::instance()->layerTreeRegistryBridge()->setEnabled( true );
buttonBox->button( QDialogButtonBox::Ignore )->setEnabled( false );
QHash<QString, QString> baseChange;


Expand Down

0 comments on commit 41f3ac0

Please sign in to comment.