diff --git a/src/gui/sharelinkwidget.cpp b/src/gui/sharelinkwidget.cpp index da3ff8791f..dd7162cfa9 100644 --- a/src/gui/sharelinkwidget.cpp +++ b/src/gui/sharelinkwidget.cpp @@ -413,6 +413,7 @@ void ShareLinkWidget::slotCreateShareFetched(const QSharedPointer 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å requires a password"));