ShareLinkWidget: Stop editing progress animation if passwd is required.
authorKlaas Freitag <freitag@owncloud.com>
Wed, 2 Dec 2015 09:06:34 +0000 (10:06 +0100)
committerKlaas Freitag <freitag@owncloud.com>
Wed, 2 Dec 2015 09:06:34 +0000 (10:06 +0100)
src/gui/sharelinkwidget.cpp

index da3ff8791fd6c1622a76f95a4bfce0ff5947069b..dd7162cfa9cd7e06665111cc4d80d4ed50d1edc7 100644 (file)
@@ -413,6 +413,7 @@ void ShareLinkWidget::slotCreateShareFetched(const QSharedPointer<LinkShare> sha
 void ShareLinkWidget::slotCreateShareRequiresPassword()
 {
     // there needs to be a password
+    _pi_editing->stopAnimation();
     _ui->checkBox_password->setChecked(true);
     _ui->checkBox_password->setEnabled(false);
     _ui->checkBox_password->setText(tr("Public sh&aring requires a password"));